#header  { background: black; margin: 0; padding: 5px }

a {
	color : #cccccc;
	text-decoration : none;
}

a:hover {
	color : #ffffff;
	text-decoration : underline;
}


body  { color: #ffffff; font-size: 12px; font-family: Tahoma, Arial, sans-serif; background: black }

h1 {
	font-size : 24px;
	color : #777777;
}

h2 {
	font-size : 16px;
	margin-bottom:0px;
	padding-bottom:0px;
}

h3 {
	font-size : 13px;
	margin-bottom:0px;
	padding-bottom:0px;
}
h4 {
	font-size : 12px;
	margin-bottom:0px;
	padding-bottom:0px;
}

h6  { color: #ccc; font-size: 10px; font-weight: normal; margin-bottom: 0; padding-bottom: 0 }




