a:link { 
 color: #0000FF; 
 text-decoration: underline; 
}

a:visited { 
 color: #0000FF; 
 text-decoration: underline;
}

a:active { 
 color: #0000FF; 
 text-decoration: underline;
}

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

body {
	font-family: arial, sans-serif; 
	background: #FFFFFF;
	color: #000;
	font-size: 12px; 
	font-weight: normal; 
	line-height: 17px;
}
 
#menu{
	font-family:sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

#menu a:link { color:#FFFFFF; text-decoration:none; }
#menu a:visited {color:#FFFFFF; text-decoration:none; }
#menu a.hover { color:#FF0000; text-decoration:none; }
#menu a.active { color:#FF0000; text-decoration:none; }


