body {
	background-color: #D35E73;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #F03859;
	text-decoration: none;
}
a.mainmenu:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #F03859;
	text-decoration: none;
	display: block;
	width: 100%;
	padding-left: 10px;
	padding-top: 10px;
}
a.mainmenu:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #F03859;
	text-decoration: none;
	display: block;
	width: 100%;
	padding-left: 10px;
	padding-top: 10px;
}
a.mainmenu:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 90%;
	background-color: #D35E73;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 10px;
}
