P  {
	font-size : xx-small;
	font : Arial;
	font-family : sans-serif;
	text-align : center;
}

H1  {
	font : Arial;
	font-size : x-small;
	color : Black;
	font-weight : normal;
	text-align : left;
}

H2  {
	font : Arial;
	font-size : small;
	color : Black;
	font-weight : bold;
	text-align : left;
}

H3  {
	font : Arial;
	font-size : small;
	color : Black;
	font-weight : bold;
	text-align : center;
}

H4  {
	font-size : xx-small;
	font : Arial;
	font-family : sans-serif;
	text-align : right;
}

A  {}

A:Visited  {
	font-weight : normal;
	color : Purple;
}

A:Active  {
	font : Arial;
	color : Blue;
	font-family : sans-serif;
}

A:Hover  {
	color : Red;
	font : Arial;
	font-family : sans-serif;
}

BODY  {
	font-size : medium;
	font-family : sans-serif;
}

