body {
	background-color: #8EC8DD;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: black;
	margin-top: 10px;
	margin-left: 0px;
}

#container {
	width: 1000px;
	height: 560px;
	border: 3px;
	border-style: solid;
	border-color: #ffffff;	
}

a:link {
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	font-size: 16px;
	text-decoration: none;
	color: #ffffff;
}
a:hover {
	font-size: 16px;
	color: #ffffff;
	text-decoration: underline;
}

a:active {
	font-size: 16px;
	text-decoration: none;
	color: #ffffff;
}
a {
	font-size: 16px;
	font-weight: bold;
}