A 
{	
	COLOR: navy;
 	TEXT-DECORATION: none
}

.test        { background-color: #CDDAF3 }

A:hover 
{
	color:blue;
	TEXT-DECORATION: underline;
	FONT: normal

}

a:link
{
	color: navy; 
}




body
{
	background-color: rgb(255,255,255);
	font-weight: normal;
	font-size: 68%;
	color: navy;
	font-style: normal;
	font-family: verdana
}


