body, table, p, tr, td {
	color: #ffffff;
	background-color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.highlighted_text {
	color: #00ccff;
	font-weight : bold;
}

a:link {
	color: #ff0066;
	text-decoration: none;
	font-weight : bold;
}
a:visited {
	color: #ff0066;
	text-decoration: none;
	font-weight : bold;
}
a:active {
	color: #ff0066;
	text-decoration : underline;
	font-weight : bold;
}
a:hover {
	color: #ff0066;
	text-decoration : underline;
}

a.footer:link {
	color: #ff0066;
	text-decoration: none;
	font-weight : bold;
}
a.footer:visited {
	color: #ff0066;
	text-decoration: none;
	font-weight : bold;
}
a.footer:active {
	color: #ff0066;
	text-decoration : underline;
	font-weight : bold;
}
a.footer:hover {
	color: #ff0066;
	text-decoration : underline;
}
