P  {}

H1  {
	margin-bottom : 0;
	margin-top : 0;
	font-size : medium;
	font-family : Arial;
	font-weight : bold;
	color : Yellow;
	text-decoration : none;
}

H2  {
	font-size : medium;
	font-family : Arial;
	font-weight : bold;
	color : Red;
	text-decoration : none;
	margin-top : 0;
	margin-bottom : 0;
}

H3  {}

A  {
	margin-top : 0;
	margin-bottom : 0;
	font-size : Small;
	font-family : Arial;
	font-weight : Normal;
	color : Red;
	font-style : Italic;
	text-decoration : None;
}

A:Visited  {
	margin-top : 0;
	margin-bottom : 0;
	font-size : Small;
	font-family : Arial;
	font-style : Italic;
	color : Maroon;
	text-decoration : None;
}

A:Active  {
	font-size : small;
	font-family : Arial;
	font-weight : normal;
	font-style : Italic;
	color : Red;
	text-decoration : none;
	margin-top : 0;
	margin-bottom : 0;
}

A:Hover  {
	margin-top : 10;
	margin-bottom : 10;
	text-decoration : None;
	font-size : Small;
	font-family : Arial;
	font-weight : Bold;
	font-style : Italic;
	color : Red;
}

BODY  {}

