body {
	color: #55017D;
}
#maincontent{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #55017D;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
}
.navbutton {
	text-decoration: none;
	background-color: #630F8B;
	display: block;
	margin: 5px;
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D7C1E5;
	border-left-color: #D7C1E5;
}
.navbutton a:link {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
}
.navbutton a:visited {
	color: #FFCCFF;
	text-decoration: none;
}

.navbutton a:hover {
	text-decoration: none;
	background-color: #AE81C2;
	display: block;
	margin: 0px;
	padding: 0px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #55017D;
	border-left-color: #55017D;
}
