P  {
	font-size : x-small;
	font-family : Comic Sans MS;
	font-style : normal;
	font-weight : normal;
	color : Black;
	text-align : left;
	margin-left : 5;
	margin-right : 5;
	margin-top : 5;
	margin-bottom : 5;
}

H1  {
	margin : 5;
	font-size : x-large;
	font-family : Comic Sans MS;
	font-weight : bold;
	font-style : normal;
	color : Black;
	text-align : center;
}

H2  {
	font-size : large;
	font-family : Comic Sans MS;
	font-weight : bold;
	font-style : normal;
	text-align : center;
}

H3  {
	font-size : medium;
	font-family : Comic Sans MS;
	font-weight : bold;
	font-style : normal;
	color : Black;
	text-align : center;
}

A  {
	font-size : x-small;
	font-family : Comic Sans MS;
	font-weight : normal;
	font-style : normal;
	color : Blue;
	text-align : left;
}

A:Visited  {
	font-size : x-small;
	font-family : Comic Sans MS;
	font-weight : normal;
	font-style : normal;
	color : Navy;
	text-decoration : none;
	text-align : left;
}

A:Active  {
	text-align : left;
	text-decoration : none;
	font-size : x-small;
	font-family : Comic Sans MS;
	font-weight : normal;
	font-style : normal;
	color : Blue;
}

A:Hover  {
	text-align : left;
	text-decoration : none;
	font-size : x-small;
	font-family : Comic Sans MS;
	font-weight : normal;
	font-style : normal;
	color : Teal;
}

BODY  {
	font-size : x-small;
	font-family : Comic Sans MS;
	font-weight : normal;
	font-style : normal;
	color : Black;
	text-align : left;
	border-left-width : thin;
	border-right-width : thin;
	border-top-width : thin;
	border-bottom-width : thin;
	border-width : thin;
	padding : 3;
	margin : 5;
}

TABLE  {
	font-size : x-small;
	font-family : Comic Sans MS;
	font-weight : normal;
	font-style : normal;
	color : Black;
	text-align : left;
	border-left-width : thin;
	border-right-width : thin;
	border-top-width : thin;
	border-bottom-width : thin;
	border-width : thin;
	padding : 3;
	margin : 5;
}


