/* CSS Document */
<style>

body { background-color:#CCCCCC;
	   color: #000000;
	   font-family: Georgia, "Times New Roman", Times, serif;
	   }
	  
p {text-align: left;
	text-indent: 10pt;
	text-align: justify;
	line-height: 2.0;
	margin-right: 40px;
	margin-left: 20px;
	background-color: white;
	font-size:14px;}
	
 a:link {color: #000033; text-decoration: none; }
 a:active {color: #000033; text-decoration: none; }
 a:visited {color: #333366; text-decoration: none; }
 a:hover {color: #000033; text-decoration: underline; }
 
	
h2 {
	font-size: 2em;
	font-style: italic;
	font-weight: bold;
	color: #000033;
	}


#list ul {
	font-family:Georgia, "Times New Roman", Times, serif;
}
	
#list ul li{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#000033;
}
#list ul li a{
	color : #000033;
	text-decoration : none;
}
#list ul li a:visited {color:#333366; text-decoration: none;}

#list ul li a:hover{
	color : #000033; text-decoration: underline;
}





hr {
	border:0px;
	width:75%;
	color: #999999;
	background-color: #FFFFFF;
    height: 2px;
}
 
#nav ul{
	padding : 3px;
	margin : 0;
	white-space : nowrap;
	background-color : #333333;
	color : white;
	font-style: italic;
}
#nav ul li{
	display : inline;
}
#nav ul li a{
	padding-left : 1em;
	padding-right : 1em;
	background-color : #666666;
	color : white;
	text-decoration : none;
}
#nav ul li a:hover{
	background-color : #999999;
	color : #000033;
}

#uberlink a:link, #uberlink a:visited, #uberlink a:hover {
	/*/*/ background-color : #999999;
	color : #000033; /* */
	}
	
#textholder {
	font-family:Georgia, "Times New Roman", Times, serif;
	}
.style1 {font-size: x-small}
</style>
