P  {
	text-indent : 10;
}

H1  {
	text-indent : 10;
}

H2  {
	font-size : medium;
	font-style : italic;
	text-decoration : none;
	font-weight : bold;
	color : Red;
}

H3  {
	font-size : medium;
	font-weight : bold;
	font-style : italic;
	color : Green;
	text-align : center;
}

A  {
	text-decoration : none;
	font-weight : bold;
	color : Red;
}

A:Visited  {
	text-decoration : none;
	font-weight : bold;
}

A:Active  {
	text-decoration : none;
	font-weight : bold;
}

A:Hover  {
	text-decoration : none;
	font-weight : bold;
	color : Blue;
}

BODY  {}

