A 
{	
	COLOR: white;
 	TEXT-DECORATION: none;
 	
 	font-size:68%;

}


A:hover
{
	border-right: lavender 1px solid;
	border-top: lavender 1px solid;
	font-weight: normal;
	font-size: 68%;
	text-transform: none;
	border-left: lavender 1px solid;
	width: 90%;
	color: white;
	border-bottom: lavender 1px solid;
	background-color: #9ca7c4;
	text-decoration: none;
}

a:link
{
	color: white; 
	font-size:68%;

}

/*.test        { background-color: #CDDAF3 }*/



body
{
	background-color: rgb(255,255,255);
	font-weight: normal;
	font-size: 68%;
	color: navy;
	font-style: normal;
	font-family: verdana
}


