body { 
	color: white; 
	font-family: 10pt verdana, "courier new"; 
	font-stretch: normal;
	font-size-adjust: none;
	background-color: black;
	background-image: none;
	background-position: 0 0;
	text-transform: none;
	text-align: left;  
	outline-style: none;
	border-style: none;
	margin-top: 10px;
	margin-left: 10px;
}
p { 
	color: white; 
	font-size: 9pt; 
	font-family: verdana, sans-serif; 
	background-color: black;
	background-image: none;
	text-align: left;
	border-style: none; 
}
h2 {
	color: white;
	font-size: 18pt;
	font-family: verdana, sans-serif;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
}
a:link { 
	color: white;
	background-color: black;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	font: verdana, "courier new";
}
a:visited { 
	color: white;
	background-color: black;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
}
a:hover { 
	color: orange;
	background-color: black;
}
a:active {
	color: white;
	background-color: black;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	text-underlign: none;
}
