h1 {
	font-family: "Comic Sans MS";
	color: #660033;
	text-align: center;
}
h2 {
	font-family: "Comic Sans MS";
	color: #660033;
	text-align: center;
}
h3 {  font-family: "Comic Sans MS"; color: #660033}
body {
	color: #000000;
	background-color: #FFFFcc;
	background-image: url(paper2.gif);
}
.title {
	font-style: italic;
	font-weight: bold;
	color: #660033;
}
#fulpage {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#fulpage #content {
	line-height: 120%;
}

#content th   {
	font-family: Arial, Helvetica, sans-serif;
	color: #E7DECE;
	background-color: #660033;
}
#content th:hover   {
	color: #FF0000;
}
#menu {
	height: 242px;
}

#menu ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#menu li {
	background-color: #660033;
	margin: 2px;
	padding: 5px;
	list-style-type: none;
	display: inline;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}

#menu a {
	font-family: "Comic Sans MS";
	color: #E7DECE;
	text-decoration: none;
	background-color: #660033;
	padding: 5px;
	line-height: normal;
}
#menu a:hover {
	color: #FF0000;
		
}
.tablehover {
	color: #FF0000;
	}
#fulpage #footer {
	font-size: 90%;
	text-align: right;
}
#fulpage #content table {
	background-color: #FFF;
}
#fulpage #menu #subtitle {
	font-size: 120%;
	text-align: center;
}

