
 P {
	font-weight: normal;
	font-family : arial, lucida, serif, monospace;
	text-align: center;
}

 H3 {
	font-weight: bold;
	font-size: 105%;
	font-family: arial, lucidabright, serif, monospace;
	color: #00008B;
	text-align: left;
}

 H2 {
	font-weight: bold;
	font-size: 120%;
	font-family: arial, lucidabright, serif, monospace;
	color: #868686;
	text-align: center;
}
  
 H4 {
	font-size: 120%;
	font-family: arial, lucidabright, serif, monospace;
	color: #2F4F4F;
	text-align: left;
}
  
  H5 {
	font-weight : bold;
	font-size :145%;
	font-family : arial, lucidabright, serif, monospace;
	color : #00008B;
	text-align : center;
}

 H6{font-size : 150%;
	font-family : arial, lucidabright, serif, monospace;
	color: #3A3A3A;
	text-align : center;
 }
  
 BODY {
	font-size: 13px;
	font-family: arial, lucida, serif, monospace;
	background-color: #393939;
}

 A:visited {
	color: #FFA500;
	text-decoration: none;
}

 A:link {color : #FFA500; 
 text-decoration : none; 
 }

 A:hover {color : red; 
 text-decoration : none; 
 }

 A:active {color : #FFA500; 
 text-decoration : none; 
 }

 