
body 
{
	color: White;
	background: #373737;
	margin-top: 50px;
	padding: 0px;
}

p 
{
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; 
	/*font-family:Verdana,Arial,Helvetica,sans-serif;*/
	/*font-family: georgia, verdana,arial,sans-serif;*/
	/*font-weight:bold;*/
	font-size:10px; 
}

.orange
{
	color:#FFCC33;
}

.pink
{
	color:#f86bb1;
}

.green
{
	color:#89bc61;
}


.blue
{
	color:#66CCFF;
}

h1,h2,h3,h4
{
	/*font-family: georgia, verdana,arial,sans-serif;*/
	/*font-family:Verdana,Arial,Helvetica,sans-serif;*/
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
}

a.menulink {
	text-decoration: none;
	display: block; 
	float: left;
	width: 118px;
	height: 13px;
	color: white;
	background: #373737;
	font-family: verdana, sans-serif;
	font-size: 10px;
	margin-right: 4px;
}

a.menulink:hover, a.menulink:visited:hover 
{
	text-decoration: none;
	color: white;
	background: #5b5b5b;
}

a.menulink:visited
{
	text-decoration: none;
	color: white;
	background: #373737;
}

a 
{
	text-decoration: none;
	color: #5aaeee;
	font-family: verdana, sans-serif;
}

a:hover, a.visited:hover {
	color: #5aaeee;
	text-decoration: underline;
}

a.visited
{
	color: #5aaeee;
}
