P  {
	font-size : small;
	font-family : Times New Roman;
	color : Black;
}

H1  {
	font-size : x-large;
	font-family : Times New Roman;
	color : Black;
	font-weight : bold;
}

H2  {
	font-size : large;
	font-family : Times New Roman;
	color : Black;
	font-weight : bold;
}

H3  {
	font-size : medium;
	font-family : Times New Roman;
	color : Black;
	font-weight : bold;
}

HR  {
	font-size : small;
	font-family : Times New Roman;
	color : Black;
	font-weight : bold;
}

A  {
	font-size : small;
	font-family : Times New Roman;
	color : Blue;
}

A:Visited  {
	font-size : small;
	font-family : Times New Roman;
	color : Maroon;
}

A:Active  {
	font-size : small;
	font-family : Times New Roman;
	color : Blue;
}

A:Hover  {
	font-size : small;
	font-family : Times New Roman;
	color : Green;
}

BODY  {
	font-size : small;
	font-family : Times New Roman;
	color : Black;
}


