BODY {
	color: Black;
	background-color: White;
	font-family: "Century Gothic", Arial, Helvetica, "MS Sans Serif", sans-serif;
	font-size: small;
}

A {  
	color: #6495ED;
	text-decoration: none;
	font-weight : bold;
}

A:HOVER {
	color: #FF4500;
	text-decoration: none;
	font-weight : bold;
}

H1, H2, H3,  {
    font-variant: small-caps;
	background-color: black;
	color: white;
	padding: 4px;
	width: 100%;
}

H4{

	background : Silver;
	color : Black;
    padding: 2px;
	width: 100%;
}
