body
	{
	margin: 0px;
	background-color: #6FB4D3;
	background-image: none;
	}
	
h1
	{
	margin: 20px 0px 20px 0px;
	font-size: 24px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	}
	
/* MENU */
.menu a,
.menu a:link,
.menu a:visited,
.menu a:hover
	{
	font-size : 16px;
	font-weight: normal;
	color: white;
	text-decoration: none;
	padding: 20px 5px 20px 5px;
	}

.menu a:hover
	{
	color: #FEF70E;
	}