P  {
	background-color: transparent;
	font-size: medium;
}

H1  {
	font-size : xx-large;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : #ff9933;
}

H2  {
	font-size : medium;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : Black;
}

H3  {
	font-size : small;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : Black;
}

A  {
	font-family : Arial;
	font-style : normal;
	font-size : x-small;
	font-weight : normal;
	color : Blue;
	text-decoration : none;
}

A:Visited  {
	color : Gray;
	font-family : Arial;
	font-style : normal;
	font-size : x-small;
	font-weight : normal;
}

A:Active  {
	font-size : x-small;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Maroon;
}

A:Hover  {
	font-style : normal;
	color : Red;
	font-family : Arial;
	font-weight : normal;
	font-size : x-small;
}

BODY  {
	background-color : #FFFFF0;
	font-size : 30px;
	font-family : Arial, Helvetica, sans-serif;
	border-color : White;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	margin-bottom : 0;
	padding-left : 0;
	padding-right : 0;
	padding-top : 0;
	padding-bottom : 0;
	color : Black;
	font-style : normal;
	font-weight : bolder;
	background-image : none;
	background-attachment : scroll;
}

