body
{
	font-family : Verdana, helvetica;
	font-size : smaller 
}
A {
	color : #0033ff;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	text-decoration : underline;
}

A:ACTIVE {
	color: #33ff00;
	font-family : Verdana, Arial, Helvetica, sans-serif;

	font-weight : bold;
	text-decoration : underline;
}

A:FOCUS {
	color: #33ff00;
	font-family : Verdana, Arial, Helvetica, sans-serif;

	font-weight : bold;
	text-decoration : underline;
}

A:LINK {
	color: #0033ff;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : underline;
}

A:VISITED {
	color: #0033ff;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : underline;
}

A:HOVER {
	color: #33ff00;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : normal;
	text-decoration : underline;
}
