#header {
	background : #000000;
	border-bottom : 2px solid #666;
	margin : 0px;
	padding : 5px;
	color: #FFFFFF;
}

a {
	color : #FFFFFF;
	text-decoration : none;
}

a:hover {
	color : #FF0000;
	text-decoration : underline;
}


body { background : #000000;
	color : #FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	
}

h1 {
	font-size : 24px;
	color : #FF0000;
}

h2 {
	font-size : 16px;
	margin-bottom:0px;
	padding-bottom:0px;
	color: #333333;
}

h3 {
	font-size : 13px;
	margin-bottom:0px;
	padding-bottom:0px;
	color: #000000;
}
h4 {
	font-size : 12px;
	margin-bottom:0px;
	padding-bottom:0px;
	color: #FF0000;
}

h6 {
	font-size : 10px;
	margin-bottom:0px;
	padding-bottom:0px;
	color: #000000;
	font-weight:normal;
}



