P  {
	font-size : medium;
	font-family : Times New Roman;
	font-weight : normal;
	font-style : normal;
	color : Green;
}

H1  {
	font-size : x-large;
	font-family : Times New Roman;
	font-weight : bold;
	font-style : italic;
	color : Green;
}

H2  {
	font-size : large;
	font-family : Times New Roman;
	font-weight : bold;
	color : Green;
}

H3  {
	font-size : medium;
	font-family : Times New Roman;
	font-weight : bold;
	font-style : normal;
	color : Teal;
}

A  {}

A:Visited  {
	font-size : medium;
	font-family : Times New Roman;
	font-weight : bold;
	font-style : normal;
	color : Black;
}

A:Active  {
	font-size : medium;
	font-family : Times New Roman;
	font-weight : normal;
	font-style : italic;
	color : Lime;
}

A:Hover  {
	color : Teal;
	font-style : italic;
	font-weight : bold;
	font-family : Times New Roman;
	font-size : medium;
}

BODY  {
	font-size : medium;
	font-family : Times New Roman;
	font-weight : normal;
	font-style : normal;
	color : Green;
}

