P  {
	background-color : #F8F3E9;
}

H1  {
	font-size : large;
	font-family : "Times New Roman";
	font-weight : bold;
	font-style : italic;
	color : ThreedDarkShadow;
	text-decoration : none;
	text-align : center;
}

H2  {
	font-size : larger;
	font-family : "Times New Roman";
	font-weight : bold;
	font-style : italic;
	text-decoration : none;
	color :ThreedDarkShadow;
	text-align : left;
	
}

H3  {
	font-size : medium;
	font-family : "Times New Roman";
	font-weight : bold;
	font-style : italic;
	text-decoration : none;
	color : Gray;
	text-align : center;
}

A  {
	font-size : small;
	font-family : "Times New Roman";
	font-weight : bold;
	font-style : italic;
	text-decoration : none;
	color :007070;
}
A:Visited  {
	color : ThreedDarkShadow;
	font-size : larger;
	font-family : "Times New Roman";
	font-weight : bold;
	font-style : italic;
}

A:Active  {
	color : Blue;
	font-size : larger;
	font-family : "Times New Roman";
	font-weight : bold;
	font-style : italic;
}

A:Hover  {
	color : Green;
	font-size : larger;
	font-family : "Times New Roman";
	font-weight : bold;
	font-style : italic;
}

BODY  {
	font-size : small;
	font-family : "Times New Roman", Times, serif;
	font-weight : normal;
	font-style : normal;
	color : Black;
}

