a
{
	display: block;
	text-decoration: none;
	color: white;
	border: 0px;
}
a:hover
{
	text-decoration: underline;
	color: white;
}
body
{
	background-color: #000000;
	font-family: tahoma;
	color: white;
}
img
{
	border: 0px;
}
