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

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	background-color:#006666;
	position:static;
	width: 910px;
	margin:auto;
}
.header {
	font-size: 36px;
	color: #006666;
	font-weight: bold;
	line-height:normal;
}

.menu {
	font-size: 14px;
	color: #006666;
	font-weight: bold;
	line-height:normal;
	text-decoration: none;
}