BODY {
	color : Silver;
	background-color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif, sans-serif;
	font-size : x-small;
	text-align : left;
	font : normal;
	background : Black none center;
	background-attachment : fixed;
	background-image: none;
}

A {
	color : Blue;
	text-decoration : none;
}

A:HOVER {
	color : Red;
	text-decoration : none;
}
H1, H2, H3, H4 { 
	font-variant: small-caps;
	background-color: #FF8C00;
	color: Black; 
	padding: 4px;
	width: 100%;
}