/* style.css -- default style sheet */

BODY, P, TD, TH, UL, OL, LI  {
	font-family : Helvetica, Arial, Verdana, sans-serif;
        margin-top:15px; margin-bottom:10px; 
        margin-left:15px; margin-right:10px; 
	background:  #f8fff8 !important;
	color: #000000;
}

H1, H2, H3, H4, H5, H6  {
	font-family : Helvetica, Arial, Verdana, sans-serif;
        color : #006666;
}

H1  {
	font-size : 150%;
        text-align: center;
}

H2  {
	font-size : 130%;
}

H3  {
	font-size : 120%;
}

H4  {
	font-size : 110%;
}

H5  {
	font-size : 105%;
}

H6  {
	font-size : 100%;
}

A:LINK  {
	text-decoration : underline;
	color : #0000FF;
}

A:VISITED  {
	text-decoration : underline;
	color : #800080;
}

A:HOVER  {
	text-decoration : underline;
	color : #FF0080;
}

