a:link    
	{ color: black; 
	text-decoration: none}
a:visited 
	{ color: black; 
	text-decoration: none}
a:hover   
	{ color: black;
	text-decoration: None}
a:active  
	{ color: black;
	text-decoration: none}
	
a.nav:link {color: #ffffff; 
	background: #000000; 
	font-weight: bold;}
a.nav:active {color: #ffffff; 
	background: #000000; 
	font-weight: bold;}
a.nav:visited {color: #ffffff; 
	background: #000000; 
	font-weight: bold;}
a.nav:hover {color: #FAFCCA; 
	background: #000000; 
	font-weight: bolder;}
#myContent {
	color:white;
	font-family: sans-serif;
	font-size:11;
	font-weight:normal;
	text-decoration: none
	}
a.mycontent:link    
	{ color: #808080; 
	font-size:11;
	font-weight:bold;
	text-decoration: none}
a.mycontent:visited 
	{ color: #808080;
	font-size:11; 
	font-weight:bold;
	text-decoration: none}
a.mycontent:hover   
	{ color: #808080;
	font-size:11;
	font-weight:bold;
	text-decoration: Underline}
a.mycontent:active  
	{ color: #808080;
	font-size:11;
	font-weight:bold;
	text-decoration: none}
