P  {
	font-family : "Comic Sans MS";
	color : Navy;
	font-weight : normal;
}

H1  {	
	font-family : "Comic Sans MS";
	color : Navy;
	font-weight : normal;
}

H2  {
	font-family : "Comic Sans MS";
	color : Navy;
	font-weight : normal;
}

H3  {
	font-family : "Comic Sans MS";
	color : Navy;
	font-weight : normal;
}

A  {
	font-family : "Comic Sans MS";
	color : Fuchsia;
	font-weight : normal;
	text-decoration : none;
}

A:Visited  {
	font-family : "Comic Sans MS";
	color : Fuchsia;
	font-weight : normal;
	text-decoration : none;
}

A:Active  {
	font-family : "Comic Sans MS";
	color : Fuchsia;
	font-weight : normal;
	text-decoration : none;
}

A:Hover  {
	font-family : "Comic Sans MS";
	color : Fuchsia;
	font-weight : normal;
	text-decoration : underline;
}

BODY  {
	margin-left : 10;
	margin-right : 10;
	margin-top : 10;
	margin-bottom : 10;
}

