H3  {
	text-align : center;
	color : Green;
	font-family : "Comic Sans MS", sans-serif;
	font-size : 140%;
	font-weight : bold;
}

H4  {
	text-align : center;
	color : Green;
	font-family : "Comic Sans MS", sans-serif;
	font-size : 120%;
	font-weight : bold;
}

A  {
	color : Green;
}

A:Visited  {
	color : Green;
}

A:Active  {
	color : Aqua;
}

A:Hover  {
	color : Gray;
	text-decoration : underline;
}

BODY  {
	background : #ccffff;
	color : #000000;
	font-size : medium;
	font-family : "Bookman Old Style", "Times New Roman", serif;
}


P  {
	font-size : medium;
	font-family : Garamond, "Times New Roman", serif;
}

.navbar  {
	font-family : Arial, sans-serif;
	font-size : medium;
	color : Black;
	font-weight : bold;
	text-align : center;
}

.mainheads  {
	text-align : left;
	color : Green;
	font-family : sans-serif;
	font-size : small;
	font-weight : bold;
	text-indent : 50px;
}

.defs  {
	font-size : x-small;
	font-family : sans-serif;
	color : Black;
}

.defs2  {
	font-size : xx-small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Black;
}

 .announcement {
	text-align : center;
	color : Aqua;
	font-family : "Comic Sans MS", sans-serif;
	font-size : large;
	font-weight : bold;
	background : #FF5050;
 	}