body { 	
	font-family: cursive;
	font-size: 12px;
	color: #FFFFFF;
	background: #004F42;
	padding: 0px;
	margin: 0px;
	width: 800px; }

a:link {
	text-decoration: none;
	color: #9FEDF1; }
a:visited {
	text-decoration: none;
	color: #FF787A; }
a:hover {
	text-decoration: none;
	color: #2579a5;
	border-bottom: 1px dashed #2579a5; }
a:active {
	text-decoration: none;
	color: #2579a5; }
	
h1 {
	font-family: comic sans;
	font-style: italic;
	font-size: 18px;
	color: #ababab;
	text-transform: uppercase; }
	
h2 {
	font-family: comic sans;
	font-style: none;
	font-size: 16px;
	color: #606969;
	border-bottom: 1px dashed;
	text-transform: uppercase; }
	
h3  {
    font-family: comic sans;
    font-style: none;
    font-size: 12px;
    color: #FFFFFF; }
	
#container {
	background: #004F42;
	width: 77%;
	height: 100%;
	margin: 0 auto; }
	
	
#content {
	width: 55%;
	padding: 2% 3%;
	float: right;
        margin: 3 }
	
#navigation {
	background: #40B5C7; 
        width: 34%;
	padding: 2%;
	float: left;
	color: #ffffff;}