body {
	width: 100%;
	background-image: url(images/papplum.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header {
	background-color: #D9C4FB;
	width: 65%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-position: center center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: thin solid #A08DFA;
}

.copyright {
	font-size: 10px;
	font-style: italic;
	color: #0000FF;
}

textarea {
	background-color: #c3b3da;	
}

#navmenu {
	text-align: center;
	background-color: #c3b3da;
	width: 40%;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#navmenu a {
	color: #000000;
	text-decoration: none;
	display: inline;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}

#navmenu a:hover {
	color: #FFFFFF;
	background-color: #af83b2;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.colorred {
	font-weight: bold;
	color: #FF0000;
}
