BODY {
	font-family: Verdana;
	font-size: 12px;
	text-align: justify;
	background: url(background.jpg);
}

H2 {
	font-size: 14pt;
	color: Black;
}

H3 {
	font-size: 13pt;
	color: Red;
}

H4 {
	font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : Navy;
}

A {
	text-decoration: none;
	color: #CCCCCC;
}

A:Hover {
	text-decoration: none;
	color: #0099CC;
}

