body {
	color: navy;
	font-family: "comic sans ms", sans-serif;
	font-size: 12pt;
	background-position: center;
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #fbfbf8;
	background-image: url(../img/AHH-1.gif);
	scrollbar-arrow-color: #666666;
	scrollbar-3dlight-color: #D8ECEA;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-face-color: #a7c1c7;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #D8ECEA;
}

h1 {
font-size: 22pt; 
font-weight: bold;
}

h2 {
font-size: 10pt;
font-weight: normal;
color: #FF8C00;
}

h3 {
font-size: 13pt;
font-weight: bold;
Font-stretch: compressed;
font-color: #ffff01;
}

h4 {
font-size: 12pt;
font-weight: bold;
Font-stretch: compressed;
color: #DC143C;
}

blink {
	font-family: Arial Black;
	font-size: 18pt;
	color: #FF6600;
	font-style: normal;
	font-weight: 900;
}

A:LINK{
	text-decoration : underline;
	color : #cc0000;
	  }

A:VISITED{
	text-decoration : underline;
	color : #cc00cc;
	     }

A:HOVER{
	Color : #000000;
	text-decoration : none;
	   
