H1 {
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size :  180%;
	font-weight :  bold
}

H2 {
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size :  150%;
	font-weight :  bold;
}

H3 {
	font-family :  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size :  120%;
	font-weight :  bold;
}

BODY {
	background-color :  #F0FFF0;
	font-family : Verdana, Arial, Helvetica, sans-serif, ;
	color : Black;
	margin-left : 10%;
	margin-top :  10%;
	z-index :  5;
}
A:HOVER {
	text-decoration :  underline;
	color : #F0FFF0;
	background-color :  Green;
	font-size : 85%;
	font-weight : 85;
}

A:VISITED {
	text-decoration : none;
	color : Green;
	background-color : transparent;
	font :  bolder;
	font-size : 80%;
	font-weight : 80;
}
A:ACTIVE {
	text-decoration : none;
	color : Green;
	background-color : transparent;
	font :  bolder;
	font-size : 90%;
	font-weight : 90;
}

A:LINK {
	text-decoration :  none;
	font-weight : 125;	
}


P {
 margin-bottom :  0.8em;
}





