p {
	font-family: "Comic Sans MS";
	color: #000000;
}

h1 {
	font-family: "Comic Sans MS", Verdana;
	font-size: x-large;
	color: #0000FF;
}

h2 {
	font-family: "Comic Sans MS", Verdana;
	font-size: medium;
	color: #0000FF;
}

h3 {
	font-family: "Comic Sans MS", Verdana;
	font-size: medium;
	text-decoration: underline;
}

h4 {
	text-decoration: underline;
}

h5 {
	font-family: "Comic Sans MS", Verdana;
	color: #0000FF;
}
.blue {
	color: #0000FF;
}
.red {
	color: #FF0000;
}
.contact {
	font-size: x-small;
	color: #FF0000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 6pt;
}
body {
	background-color: #FFFFCC;
}
a:hover   {
	color: #FF0000;
	text-decoration: none;
}

</style>

