body
{
	background-color: #73070A;
	margin:0px;
	padding:0px;
}
img
{
	border: 0px
}
*
{
	color: #eeeeee;
	font-family: verdana;
	font-size:11px;
}

a:link
{
	color:Red;
	text-decoration: underline;
}
a:visited
{
	color:Red;
	text-decoration: underline;
}
a:hover
{
	color: #ba0000;
	text-decoration: underline;
}

a.white:link
{
	color:white;
	text-decoration: underline;
}
a.white:visited
{
	color:white;
	text-decoration: underline;
}
a.white:hover
{
	color: gray;
	text-decoration: underline;
}

a.blue:link
{
	color:#00A2FF;
	text-decoration: underline;
}
a.blue:visited
{
	color:#00A2FF;
	text-decoration: underline;
}
a.blue:hover
{
	color: #004b9f;
	text-decoration: underline;
}

.blue
{
	color:#00A2FF;
}