body {
	font-family: arial, helvetica;
	font-size: x-small;
}

a:link {
	color: #660000;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
}

a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #333333;
	font-style: normal;
	font-weight: bold;
}

a:active {
	color: #660000;
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
}

.hlt {
	background-color: #cccccc;
	color: #000;
}