/* the default styles */

* { 
	font-family:Arial, "Century Gothic", Verdana, sans-serif;
	font-size:12px;
	color:#000000;
}

/* tag styles*/

body {background-image:url(../images/background.jpg);} /* the page background */

h1 { /* Article titles */
	color:#800000;
	font-size:18px;
}

h2 { /* Page Titles */
	font-size:22px;
	text-align:center;
	color:#800000;
}

h3 { /* Bold Text */
	font-size:14px;
	text-align:center;
} 

em {font-size:11px;}

/* classes and ids */

.background {background-color:#361E01;} /* the page */

/* the left menu section */
#artLinks {background-image:url(../images/articlesMenu.jpg);} 

#langLinks {background-image:url(../images/languagesMenu.jpg);}

#link a {
	text-decoration:none;
	font-weight:bold;
}

#link a:hover { 
	color:#FFFFFF;
	text-decoration:underline;
}

#fpColoredText { /* Bold Colored Text */
	font-size:14px;
	color:#800000
} 

#fpLink a {
	color:#800000;
	text-decoration:none;
}

#fpLink a:hover {text-decoration:underline;}

#fpBreak {
	border-bottom:thin dashed;
	border-bottom-color:#800000;
}

/* link to everystudent.com  */
#eslink {
	font-size:14px;
	color:#800000;
	text-align:center;
}

#eslink a {
	font-size:14px;
	color:#800000;
	text-decoration:none;
}

#eslink a:hover {text-decoration:underline;}

.page {background-color:#FFFFFF;} /* the content background */

#content {text-align:justify;} /* the content */

/* language list */

#language a {
	color:#800000;
	font-size:14px;
	text-decoration:none;
}

#language a:hover {text-decoration:underline;}

#language {
	text-align:left;
	margin-left:20px;
}

/* resources list */

#ref a {
	color:#800000;
	text-decoration:none;
}

#ref a:hover {text-decoration:underline;}

#ref {
	text-align:left;
	margin-left:20px;
}


#note { /* for italized note on front page */
	font-size:11px;
	color:#800000;
	font-style:italic;
	text-align:justify;
}

/* the list of links across the bottom of the page */

.footer {color:#FFFFFF;}
	
.footer a {
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}

.footer a:hover {text-decoration:underline;}


