@charset "UTF-8";
/* CSS Document */

body {
margin-top:20px;
	background-color: #4f6f92;
	font-size:36px;
	color:white;
	font-weight:bold;
	font-family:"Lucida Grande", verdana, arial, sans-serif;
}

a:link {
color:white;
text-decoration:none;
}


a:visited {
color:white;
text-decoration:none;
}

a:hover {
color:#000033;
text-decoration:none;
}

.menu {
font-size:16px;
text-align:center;
	color:white;
	font-weight:bold;
	font-family:"Lucida Grande", verdana, arial, sans-serif;
}