
 a:link {
color: blue; 
text-decoration: none;     
/* unvisited link */}

 a:visited {
color: green; 
text-decoration: none;  
/* visited link */
}

 a:hover {
color: red; 
font-weight: bolder; 
font-style: oblique; 
line-height: normal; 
text-transform: uppercase; 
font-family: "Book Antiqua", Arial, sans-serif; 
text-decoration: none;  
 /* mouse over link */}
 
 a:active {
color: blue; 
text-decoration: none;   
/* selected link */ }

 .justify   {
text-align: justify; 
font-family: "Book Antiqua", Arial, sans-serif
}

#menu 	a:link {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10pts;
	text-decoration: none;
	font-family: "Book Antiqua", Arial, sans-serif;
	font-variant: small-caps;
	text-align: center;
} 
#menu a:visited {
	color: #00FFFF;
	font-weight: bold;
	font-size: 10pts;
	text-decoration: none;
	font-family: "Book Antiqua", Arial, sans-serif;
	font-variant: small-caps;
	text-align: center;
}
#menu a:hover {
	color: #FF0000;
	font-weight: bold;
	font-size: 10pts;
	text-decoration: none;
	font-family: "Book Antiqua", Arial, sans-serif;
	font-variant: small-caps;
	text-align: center;
}
#menu a:active {
	color: #FFFF00;
	font-weight: bold;
	font-size: 10pts;
	text-decoration: none;
	font-family: "Book Antiqua", Arial, sans-serif;
	font-variant: small-caps;
	text-align: center;
}
#menu li {
	color: #FFFFFF;
}
