P  {
	font-family : Comic Sans MS;
}

H1  {
	font-family : Comic Sans MS;
	font-weight : bold;
	font-size : x-large;
}

H2  {
	font-size : large;
	font-family : Comic Sans MS;
}

H3  {
	font-family : Comic Sans MS;
	font-size : medium;
}

A  {
	text-decoration: none;
	font-family : Comic Sans MS;
	color : Blue;
}

A:Visited  {
	text-decoration: none;
	font-family : Comic Sans MS;
	color : Teal;
}

A:Active  {
	text-decoration: none;
	color : Red;
	font-family : Comic Sans MS;
}

A:Hover  {
	text-decoration: underline;
	font-family : Comic Sans MS;
	color : Lime;
}

BODY  {
	font-family : Comic Sans MS;
}


