body, h1, a
{
	font-family: Verdana;
}

body 
{
	font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
 	color: #ffffff; 
 	margin: 0px 10px 0px 10px;
}

h1
{
	font-size: 60%
}

a 
{
	font-size: 100%; 
	font-weight: bold; 
	text-decoration: none; 
	color: #fff200;
}

a:hover 
{
	color: #00aeef; 
	text-decoration: underline;
}

