/* CSS Document */
/*a:link { color: #e0e2ef;  text-decoration : none;  }
a:visited { color: #FFFFFF; text-decoration : none; }color: #FFDDDD;	
a:hover { color: #FFCC00; text-decoration : none; } #E0E2EF*/

a:link { 
	color: #66FFFF;	
	text-decoration : none;
	}
a:visited { 
	color: #AAAAAA;
	text-decoration : none;
	}
a:hover { 
	color: #CCCCCC;
	background-color: #0000CC;
	text-decoration: none;
	}
a:active { 
	color: #333333;
	text-decoration : none;
	}
