
body

  {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	color: rgb(255,255,255);
	background-color: rgb (0,0,64);
	background-image: url(images/grayback.jpg); 
	background-repeat: repeat;
	background-position: center top;
 }
 
a img {border: none } 

a:link {
	text-decoration: none; 
	color: rgb(255,255,255);
	font-size: 12pt; 
	font-weight: normal; }

a:visited {
	text-decoration: none; 
	color: rgb(255,255,255);
	font-size: 12pt; 
	font-weight: normal; }

a:hover {
	text-decoration: none;
 	color: rgb(127,127,157);
	font-size: 12pt; font-weight: bold;
	background-color: rgb(128,0,0); }

a:active {
	color: rgb(255,255,255); 
	font-weight:bold; 
	font-size: 12pt; 
	font-weight: normal; }


p {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12pt; }




h1 {font-family: Arial, Helvetica, sans-serif;  }
h2, h3,h5, h6 {font-family: Arial, Helvetica, sans-serif; }
h4 {font-family: Arial, Helvetica, san-serif; }

h1 { 
font-size: 14pt; 
font-weight: bold; 
color: rgb(255,255,255);
background-color: rgb(0,0,64);
}

h2 { 
font-size: 12pt; 
font-weight: bold; 
color: rgb(174,137,93);

}

h3 { 
font-size: 16pt; 
font-weight: 
bold; 
color: rgb(174,137,93); 

}

h4 {	
font-size: 10pt; 
font-weight: bold; 
color: rgb(0,0,128); 

}

h5 {	
font-size: 1pt; 
font-weight: bold;
color: rgb(0,0,64);
background-color: rgb(0,0,64);
}

h6 {
font-size: 8pt; 
font-weight:bold; 
color: rgb(0,0,0); 
}


hr {color: rgb(255,0,0); }
