body,td {
	background: #FFFFCC;
	
	font-family :  "Comic Sans MS", Helvetica, Sans-serif;
	font-size: 14px;
	text-align: justify;
	color : black
}

h1 {
	background: #FFFFCC;
	font-size: 16pt;
	color: #0000FF;
	font-weight: bold;
}

h2  {background: #FFFFCC;
	font-size: 12pt;
	color: #0000FF;
	font-weight: normal;
}

h3 {
	background: #FFFFCC;
	font-size: 12pt;
	color: #0000FF;
}

h4 {
    background: #FFFFCC;
	 font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color : #00CC00;
	}

a:link {
	text-decoration: underline;
	background: #FFFFCC;
	color: #00CC00;
	border-color: transparent;
}

a:visited  {
	text-decoration: underline;
	background: #FFFFCC;
	color: #8B008B;
}

a:hover {
	text-decoration: none;
	background: #FFFFCC;
	color: blue;
	border-color: transparent;
}

a:active  {
	text-decoration: none;
	background: #FFFFCC;
	color: Red;
	border-color: transparent;
}

hr {	
	background: #FFFFCC;
	color: blue;
	height: 1pt;
	width: 500pt;
}

.bottomnav  {background: #FFFFCC;
	color : blue;
	font-family :  "Comic Sans MS", Helvetica, Sans-serif;
	font-size: 10px;
	text-align: center;

}

div  {
	text-align: center;
}

td.top  {
   vertical-align: top;
}

.smallblack  {background: #FFFFCC;
	color : black;
	font-family :  "Comic Sans MS", Helvetica, Sans-serif;
	font-size: 10px;
	text-align: center;

}

.italics  {
	text-align: center;
	font-style: italic
}
