P  {
	font-size : medium;
	font-family : Century Schoolbook;
	font-weight : normal;
	font-style : normal;
	color : Black;
}

H1  {
	font-size : xx-large;
	font-family : Times New Roman;
	font-weight : bold;
	font-style : normal;
	color : Red;
}

H2  {
	font-size : x-large;
	font-family : Times New Roman;
	font-weight : bold;
	font-style : normal;
	color : Red;
}

H3  {
	font-size : large;
	font-family : Times New Roman;
	font-weight : bold;
	font-style : normal;
	color : Black;
}

H4  {
	font-family : Times New Roman;
	font-size : medium;
	font-weight : bold;
	font-style : normal;
	color : Black;
}

H5  {
	font-family : Times New Roman;
	font-size : medium;
	font-weight : bold;
	font-style : normal;
	color : Red;
}

H6  {
	font-family : "Comic Sans MS";
	font-size : xx-large;
	font-weight : bolder;
	font-style : oblique;
	color : Red;
}


A  {
	color: #FF0000; text-decoration: none;
}

A:Visited  {}

A:Active  {}

A:Hover  {}

BODY  {
	font-size : medium;
	font-family : Century Schoolbook;
	font-weight : normal;
}