H1  {
	font-size : 12pt;
	font-family : MS Sans Serif;
	font-weight : bold;
	color : Black;
	text-align : right;
	margin : 0px;
	margin-right: 15px;
}

H2  {
	font-size : 10pt;
	font-family : MS Sans Serif;
	color : Black;
	text-align : center;
	font-weight : bold;
	margin : 10px;
}

H3  {
	font-size : 13pt;
	font-family : MS Sans Serif;
	color : Black;
	text-align : left;
	font-weight : bold;
	margin : 10px;
}

H4  {
	font-size : 10pt;
	font-family : MS Sans Serif;
	color : Gray;
	margin : 0;
	font-weight : bold;
	text-align : center;
	text-decoration : underline;
	margin : 10px;
}

H5  {
	font-size : 9pt;
	font-family : MS Sans Serif;
	font-style : normal;
	font-weight : normal;
	color : Green;
	text-align : right;
	margin-right: 15px;
}

H6  {
	font-size : 8pt;
	font-family : MS Sans Serif;
	font-weight : bold;
	color : black;
	text-align : right;
	text-decoration : none;
	margin : 10px;
	margin-right: 15px;
}

P  {
	font-size : 11pt;
	font-family : Courier;
	color : Gray;
	text-align : justify;
	margin : 15px;
	margin-right: 20px;
}

Blockquote
{
	font-size : 10pt;
	font-family : MS Sans Serif;
	font-style : normal;
	color : Gray;
}

Pre
{
	font-size : 11pt;
	font-family : Terminal;
	color : Green;
	text-align : justify;
	margin : 0;
	font-weight : normal;
}
												
HR  {
	color : Black;
}

A:link  {
	color : Black;
	text-decoration : none;
}

A:visited  {
	color : Black;
	text-decoration : none;
}

A:active  {
	color : Gray;
	text-decoration : none;
}

A:hover  {
	color : Red;
	text-decoration : none;
}

Body  {
	background-attachment : fixed;
	background-repeat : repeat;
	background-position : 50% 50%;
	background-color : White;
}


