@charset "utf-8";
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #3c1c68;
	text-align: center;
	line-height: 34px;
	text-decoration: none;
	background-image: url(image/button.jpg);
	height: 43px;
	width: 212px;
	text-indent: 0px;
		}
.menuText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #3c1c68;
	text-indent: 45px;
	padding-bottom: 7px;
	padding-top: 7px;
	text-decoration: none;
}
.topMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3c1c68;
	text-decoration: none;
		}
.topMenu:link {
		text-decoration: none;
		}
.topMenu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: 3c1c68;
	text-decoration: none;
		}
.topMenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: fbffbc;
	text-decoration: none;
		
