A.menu:link  {

	text-decoration : none;

	color : white;

}



A.menu:visited  {

	text-decoration : none;

	color : white;

}



A.menu:hover  {

	text-decoration : underline;

	color : red;

}



A.menu:active  {

	text-decoration : underline;

	color : red;

}



A:link  {

	color : #ccccff;

	text-decoration : none;

}



A:visited  {

	color : #ccccff;

	text-decoration : none;

}



A:hover  {

	text-decoration : underline;

	color : white;

}



A:active  {

	color : white;

	text-decoration : underline;

}




