body {
	background-color: E5FCFF;
	font-family: verdana, sans-serif;
	font-size: 10px; 
	color: 005BB9;
	letter-spacing: 2;
	line-height: 15px;
	text-align: justify;
}


#navigation {
	position: absolute;
	left: 370px;
	top: 70px;
}
	
#navigation ul {
	background-color: 3FB2E4;
	margin: 0;
	text-align: center;
	list-style-type: none;
	padding: 0px;
}

#navigation li {
	background-color: ;
	list-style-type: none;
	text-align: center;
	width: 100px;
	height: 20px;
	text-decoration: none; 
	
}

#navigation li a {
	text-decoration: none;
	display: block;
	width: 100px;
	padding: 10px;
	color: #FFFFFF;
}

#navigation li a:hover {
	background-color: E5FCFF;
	color: 005BB9;
}

#content {
	position: absolute;
	width: 320px;
	left: 50px;
	top: 360px;
	color: 005BB9;
}

.header {
	font-size: 15px;
	border-style: none;
	font-family: georgia;
	background-color: 3FB2E4;
	padding: 5px;
	color: FFFFFF;
	letter-spacing: 2;
}

blockquote {
	width: 300px;
	text-align: justify;
}

a:link, a:visited, a:active { 
	text-decoration: underline;
	color: 005BB9;
}

a:hover {
	text-decoration: none;
	color: 005BB9;
}

textarea
{	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: 005BB9;
	color: 005BB9;
	font-family: verdana;
	font-size: 10px;
}

input
{	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: 005BB9;
	color: 005BB9;
	font-family: verdana;
	font-size: 10px;
}

option
{	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: 005BB9;
	color: 005BB9;
	font-family: verdana;
	font-size: 10px;
}
	