body {
	background-color : #F4F4F4;
	
}

body, td, th, h3, h6 {
	font : normal  Arial;
	color : #660000;
}

h1, h2, h4, h5 {
  font: normal small-caps 78%/100% Arial;
	font-size : 12pt;
	font-weight : bold;
	text-decoration : none;
	
  color : #660000;
}




p {
	
	font : normal small-caps 78%/100% Arial;
	font-weight : bold;
	font-size : 10pt;
	text-decoration : none;
	text-transform : capitalize;
	
	color : #660000;
	}
	
a:link {
	background-color : smoke;
	font : normal small-caps 78%/100% Arial;
	font-size : 10pt;
	text-decoration : none;
	text-transform : capitalize;
	color : black;
	font-weight : bold;
	margin-right : 4px;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 0px;
	padding-right : 4px;
	}

a:visited {
	background-color : smoke;
	font: normal small-caps 78%/100% Arial;
	font-size : 10pt;
	text-decoration : none;
	text-transform : capitalize;
	font-weight : bold;
	color : black;
	margin-right : 4px;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 0px;
	padding-right : 4px;
	}

a:hover {
	background-color : #FFFFF2;
	font : normal small-caps 78%/100% Arial;
	font-size : 10pt;
	text-decoration : none;
	text-transform : capitalize;
	font-weight : bold;
	color : black;
	margin-right : 4px;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 0px;
	padding-right : 4px;
	}
