@charset "utf-8";
body,td,th {
	font-family: Papyrus, Georgia, Arial, sans-serif;
	font-size: medium;
	color: #7652B5;
}

body {
	background-image: url(../Images/creampaper.gif);
	margin: 0px;
}

#nav li {
	display: inline;
	list-style-type: none;
	margin-right: 10px;
	margin-left: 10px;
}

#container {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

#Submit {
	text-align: center;
	list-style-type: none;
	clear: none;
	padding: 10px;
	font-family: Papyrus, Georgia, Arial, sans-serif;
	font-weight: bolder;
}

#form {
	text-align: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	font-size: 110%;
	font-weight: bold;
}

#body {
	text-align: center;
	font-size: 125%;
	font-weight: bolder;
	margin: 0px;
	padding: 10px;
}

#divider {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer {
	text-align: center;
	padding: 10px;
	clear: both;
	font-size: medium;
	font-weight: bold;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #4F3377;
	text-decoration: none;
	font-weight: bolder;
}

a:visited {
	color: #4F3377;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #981F0F;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	text-decoration: none;
	font-weight: bold;
}

