P  {
	font-family : Arial;
	font-size : medium;
}

H1  {
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : Red;
	font-size : larger;
	text-align : center;
}

H2  {
	font-family : Arial;
	color : Blue;
	font-size : medium;
	font-weight : bold;
}

H3  {
	font-family : Arial;
	font-weight : bold;
	color : Black;
}

A  {
	font-family : Arial;
	color : Blue;
	font-style : normal;
	font-weight : bold;
}

A:Visited  {
	font-family : Arial;
}

A:Active  {}

A:Hover  {}

BODY  {
	font-family : Arial;
	font-style : normal;
	font-weight : normal;
	font-size : medium;
}

TABLE  {
	font-family : Arial;
	color : Black;
}

TD  {
	font-family : Arial;
	font-size : medium;
}

