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

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




