BODY {
	background-color: White;
	background-image : url('images/background2.jpg');
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px
}
 
A {
	color: #0000FF;
}

A:Hover {
	color: #FF0000;
}

A:Visited {
	color: #006600;
}

P {
	font-family: verdana, helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	margin-left: 5px;
	text-indent: 10px;
	text-align: justify;
}

.cpright{
	font-family: verdana, helvetica, sans-serif;
	font-style: normal;
	font-size: 8pt;
	text-align: center;

}

H1, H2, H3, H4 { 
	font-variant: small-caps;
	background-color: black;
	color: white; 
	padding: 4px;
	width: 100%;
}


