P  {
	font-size : 13pt;
	font-family : Times New Roman;
	color : Black;
	font-weight : normal;
}

H1  {
	font-size : 20px;
	font-family : Courier New;
	font-weight : bold;
	text-align : center;
	color : Navy;
}

H2  {
	font-size : medium;
	font-weight : bold;
	font-family : Courier New;
	font-style : normal;
	color : #808080;
}

H3  {
	font-size : medium;
	font-weight : normal;
	font-family : Courier New;
	color : #800080;
}

A  {
	font-size : medium;
	font-family : Courier New;
	font-weight : bold;
	text-decoration : none;
	color : #800080;
}

A:Visited  {
	font-size : medium;
	font-weight : bold;
	font-family : Courier New;
	font-style : normal;
	color : #000080;
	text-decoration : underline;
}

A:Active  {}

A:Hover  {
	font-size : medium;
	color : #800080;
	font-family : Courier New;
	font-weight : bold;
	text-decoration : underline;
}

BODY  {}


