.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

A {     
	font-family: Verdana;
	font-size: 9px;
        Color : #666666; font-weight: bold;
	text-decoration : none;
}
A:hover { 
        font-family: Verdana;
	font-size: 9px;
	Color : #D3CCAC; font-weight: bold;
	text-decoration : underline;
}
