@charset "utf-8";
/* CSS Document */
body {background-color:#330000; font-family: Verdana, Arial, Helvetica, sans-serif;}

ul#navlist {
     margin:0;
     padding:0;
     list-style:none;
     }
     
#navlist li {
     width:240px;
     height:125px;
     float:left;
     display:inline;
     margin:30px 0 0 30px;    
     }

#navlist li a {color:#800000; text-decoration:none; font-size:80%;}
#navlist li a:hover {color:#800000; text-decoration:underline;}
.clr {clear:both;}
     
#navlist li h4 {margin:0; color:#800000;}

h1 {
	font-family:Verdana, Geneva, sans-serif;
	color:#0000A0;
	size:6;
}

h2 {
	font-family:Verdana, Geneva, sans-serif;
	color:#C40000;
	size:5;
}
p {
	font-family:Verdana, Geneva, sans-serif;
	color:#008000;
	size:6;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}
a.page:link {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}
a.page:visited {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}
a.page:hover {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}
a.page:active {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}