P  {
	align : justify;
	font-size : x-small;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color : black;
}

H1  {
	font-size : large;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : black;
	text-align : center;
}

H2  {
	font-size : medium;
	font-family : verdana, arial, helvetica, "sans serif";
	font-weight : bold;
	color : Navy;
}

H3  {
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : black;
; font-size: medium
}

A  {
	text-decoration : none;
; color: #9999FF
}

A:Visited  {
	text-decoration : none;
; color: #333399
}

A:Active  {
	text-decoration : none;
; color: #CCCC00
}

A:Hover  {
	color : red;
	text-decoration : underline;
}

BODY  {
	background : white;
	color : black;
	font-size : x-small;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	margin-left : 0;
	margin-top : 0;
}

