body { font-family: Arial, Verdana, sans-serif; margin-left: 20; margin-top: 10;  font-size : smaller;  color : Navy;   }

H1 {font-size : large;  }
H2 { font-size : medium; }
H3 {font-size : small;}
H5 {font-size : large;color: Black;  background-color : #EDEDED;  border-style : outset;  border-right-width : thin;  border-left-width : thin;  border-top-width : thin;  border-bottom-width : thin;  font : bold medium sans-serif;  margin : 20px 0px;  border-width : thin;  padding-left : 10px;                                 }





A:LINK {
	color : #808080;
	text-decoration : none;
	font-weight : bold;
}

A:ACTIVE{
	color : #808080;
	text-decoration : none;
	font-weight : bold;
}

A:VISITED  {
	color : #808080;
	text-decoration : none;
	font-weight : bold;
}

A:HOVER {
	color : #c0c0c0;
	text-decoration : none;
	font-weight : bold;
}

