P  {
	color : Black;
}

H1  {
	font-weight : bold;
	font-family : Garamond;
	font-size : x-large;
	color : Blue;
}

H2  {
	color : Blue;
	font-family : serif;
	font-weight : bold;
	font-size : large;
}

H3  {
	font-weight : bold;
	font-size : large;
	color : Blue;
	font-family : Garamond;
}

A  {
	color : Red;
	font-style : normal;
	font-weight : bold;
}

A:Visited  {
	color : Red;
	font-style : normal;
	font-weight : bold;
}

A:Active  {
	color : Red;
	font-style : normal;
	font-weight : bold;
}

A:Hover  {
	color : Black;
	font-style : normal;
	font-weight : bold;
	font-size : normal;
}

BODY  {
	color : Black;
	font-weight : normal;
	font-family : Lucida 
Handwriting;
}

H4  {
	font-size : medium;
	font-weight : bold;
	font-family : Garamond;
	color : Blue;
}


