body {
	font-size: 11pt;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif; 
	color: #333333;
	background-color:#000000;
} 

H1 {
	font-weight: bold; 
	font-size: 14pt;
}

A:link {
	color: #333333; 
	text-decoration: underline;
}

A:visited {
	color: #333333; 
	text-decoration: underline;
}

A:active {
	color: #333333; 
	text-decoration: underline;
}

A:hover {
	color: #333333; 
	text-decoration: none;
}

