body {
color: navy;
font-family: "comic sans ms", sans-serif; 
font-size: 12pt;
background-repeat:repeat;
background: url("../img/ahh-2.gif");
}
h1 {
font-size: 26pt;
font-weight: bolder;
font-style: italic;
Font-stretch: semi-expanded;
}
h2 {
font-size: 8pt;
font-weight: normal;
font-style: italic;
Font-stretch: compressed;
}
h3 {
font-size: 18pt;
font-weight: bold;
Font-stretch: compressed;
font-color: #ffff01;
}
A:LINK{
	text-decoration : underline;
	color : #cc0000;
	  }

A:VISITED{
	text-decoration : underline;
	color : #cc00cc;
	     }

A:HOVER{
	Color : #000000;
	text-decoration : none;
	   }
