.style4 {font-size: 18px}
.style6 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
.style7 {
	font-size: 20pt;
	font-family: "Monotype Corsiva";
}
.style8 {font-size: 19pt}
.style11 {
	font-size: 14pt;
	font-weight: bold;
}
.style13 {font-size: 14pt}
body{
	background-color: #0099ff;
	margin: 0px;
	padding: 0px;
}

.menubox{
	background-color: #3399ff;
	color:#484848;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
.menubox a{
	color:#BDBDBD;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
.menubox a:hover{
	color:#FFFFFF;
	font-size: 24px;
	line-height: 30px;
	text-decoration: none;
}
.menubox a.selected{
   	display: none;
	color:#FFFFFF;
}