.text {
	font-family: Verdana;
	font-size: small;
}
a.mylink:hover {
	font-family: Verdana;
	font-size: small;
	color: #990000;
	text-decoration: none;
}
a.mylink:link {
	font-family: Verdana;
	font-size: small;
	color: #000000;
	text-decoration: none;
}
a.mylink:active {
	font-family: Verdana;
	font-size: small;
	color: #990000;
	text-decoration: none;
}
a.mylink:visited {
	font-family: Verdana;
	font-size: small;
	color: #990000;
	text-decoration: none;
}