BODY a
{
	text-decoration: underline;
	color: blue;
}

BODY a:hover
{
	text-decoration: underline;
	color: red;
}

.text {font-family: Verdana; font-size: 11px}
.text_arial {font-family: arial; font-size: 12px}
.text1 {  font-family: Verdana; font-size: 10px; font-weight: normal;}
