body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding: 0;
	margin: 0;
	}
	
body h1, h2, h3, h4, h5, h6, p {
	margin-top: 10px;
	margin-bottom: 10px;
	}

body {
	background-color:#000000;
	font-size: small; /* for IE5 */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* for compliant browsers */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
html>body { /* be nice to Opera */
	font-size: small;
	}
	
h1 {
	font-size: 150%;
	}
			
h2 {
	font-size: 130%;
	}
	
h3 {
	font-size: 120%;
	}
	
ul li {
	font-size: 90%;
	}
	
a:link {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}
a:visited { 
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
