body
{
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: small;
	background: #333333;
}

#logo
{
	margin-top: 50px;
	text-align: center;
}

a:link
{
	color: #BBBBBB;
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
	color: #BBBBBB;
}

a:hover
{
	text-decoration: none;
	color: #BBBBBB;
}

a:active
{
	text-decoration: none;
	color: #BBBBBB;
}