BODY, TD {
	color: navy;
	font-family: Comic Sans MS,Verdana;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}
H1 {
	font-size: 22pt;
	color: navy;
	font-family: Naturalborn,Comic Sans MS,Verdana;
	text-align: center;
}

H2 {
	font-size: 12pt;
	color: #003366;
	font-family: "Comic Sans MS";
	text-align: center;
}

H3 {
	font-size: 12pt;
	color: red;
	font-family: "Comic Sans MS";
	text-align: center;
}

H4 {
	font-size: 12pt;
	color: #3399ff;
	font-family: "Comic Sans MS";
	text-align: center;
}
H5 {
	font-size: 12pt;
	color: yellow;
	font-family: "Comic Sans MS";
	text-align: center;
}


A {
	text-decoration: none;
	color: navy;
	background-color: yellow;
}

A:Hover {
	text-decoration: underline;
	color: Yellow;
	background-color: Blue;
}
A:Visited {
	text-decoration: none;
	color: red;
}
A:active {
	text-decoration: none;
	color: Fuchsia;
}

.myrtle {
	font-size: 14pt;
	color: #3D598B;
	font-family: "Comic Sans MS";
	text-align: Center;
}

.myrtleright {
	font-size: 14pt;
	color: #3D598B;
	font-family: "Comic Sans MS";
	text-align: right;
	background-color: Yellow;
}
