body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #CCCCCC;
	background-color: #000000;
}

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

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

p { 
	margin-top: 2px;
	margin-bottom: 2px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #CCCCCC;
	margin-top: 2px;
	margin-bottom: 2px;
}

