P  {
	font-size : small;
	font-family : Times New Roman;
	font-weight : normal;
	font-style : normal;
	color : Black;
	text-decoration : none;
}

H1  {
	font-size : x-large;
	font-family : Times New Roman;
	font-weight : bold;
	font-style : normal;
	color : Black;
	text-decoration : none;
}

H2  {
	font-size : large;
	font-family : Times New Roman;
	font-weight : normal;
	font-style : normal;
	color : Black;
	text-decoration : none;
}

H3  {
	font-size : medium;
	font-family : Times New Roman;
	font-weight : bold;
	font-style : normal;
	color : Black;
	text-decoration : none;
}

A  {
	font-size : small;
	font-family : Times New Roman;
	font-weight : normal;
	font-style : normal;
	color : Red;
	text-decoration : none;
}

A:Visited  {
	font-size : small;
	font-family : Times New Roman;
	font-weight : normal;
	font-style : normal;
	color : Red;
	text-decoration : none;
}

A:Active  {
	font-size : small;
	font-family : Times New Roman;
	font-weight : normal;
	font-style : normal;
	color : red;
}

A:Hover  {
	text-decoration : none;
	font-size : small;
	font-family : Times New Roman;
	font-weight : normal;
	font-style : normal;
	color : black;
}

BODY  {
	font-size : small;
	font-family : Times New Roman;
	font-weight : normal;
	font-style : normal;
	color : black;
	text-decoration : none;
}


