P  {
	font-size : 90%;
	font-family : Tahoma;
	font-weight : normal;
	font-style : normal;
	color : Black;
	margin-left : 8;
	margin-top : 20;
	margin-right : 8;
	}
	

H1  {
	font-size : small;
	font-family : Tahoma;
	font-weight : bold;
	font-style : normal;
	color : Black;
	margin-left: 8;
}

H2  {
	font-size : small;
	font-family : Tahoma;
	font-weight : bold;
	font-style : normal;
	color : Maroon;
	margin-bottom: 0px;
}

H3  {
	font-size : x-small;
	font-family : Tahoma;
	font-weight : normal;
	font-style : normal;
	color : Black;
	margin-bottom : 10;
}

H4 {
	font-size : xx-small;
	font-family : Tahoma;
	font-weight : normal;
	font-style : normal;
	color : Black;
	margin-top : 0px;
	margin-bottom : 0px;
	text-align : center;
	margin-left : 7px;
}


A  {
	font-family : Tahoma;
	font-weight : normal;
	font-style : normal;
	color : #666666;
	font-size : 70%;
	margin-left : 6;
	position : static;
	margin-right : 6;
	margin-bottom : 0;
}

A:Visited  {}

A:Active  {}

A:Hover  {
	font-family : Tahoma;
	font-weight : normal;
	font-style : normal;
	color : Red;
	font-size : 70%;
	margin-left : 6;
	position : static;
	margin-right : 6;
	margin-bottom : 0;
}

BODY  {
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	margin-bottom : 0;
}

