P  {}

H1  {}

H2  {}

H3  {}

A  {
	font-size : small;
	font-family : Comic Sans MS;
	color : #FF8000;
	text-decoration : none;
	font-weight : normal;
}

A:Visited  {
	font-size : small;
	font-family : Comic Sans MS;
	color : #C0C0C0;
	text-decoration : none;
}

A:Active  {
	font-size : small;
	font-family : Comic Sans MS;
	text-decoration : none;
	color : #000000;
}

A:Hover  {
	font-size : small;
	font-family : Comic Sans MS;
	text-decoration : underline;
	color : Black;
}

BODY  {}

