		body {
			background-color: #fff;
			color: #000;
		}
		h1 {
			font-size: 3em;
			font-family: fantasy, Verdana;
			color: #930;
			text-align: center;
			margin-top: -5px;
			margin-bottom: -5px;
		}
		h2 {
			font-size: 1.5em;
			color: #930;
		}
		h3 {
			font-size: 1.5em;
			color: #930;
			margin-top: -5px;
		}
		.nav h3 {
			font-size: 1.1em;
			color: #930;
			margin-top: -5px;
		}		
		h4 {
			font-size: 1.2em;
			color: #006;
		}
		.main h4 {
			font-size: 1.2em;
			color: #006;
		}
		h5 {
			font-size: 1em;
			color: #f33;
		}
		h6 {
			font-size: 1em;
			color: #f93;
			margin-top: 0.5em;
			margin-bottom: 0.5em;
		}
		.main h5 {
			font-size: 1.1em;
			color: #600;
		}
		hr {
			color: #F6f;
		}
		p {
			font-size: 1em;
			width: 85%;
		}
		#header {
			position: absolute;
			left: 0em;
			top:0em;
			background-color: #fff;
			width:100%
		}
		#navigation {
			position: absolute;
			top: 5em;
			left: 0em;
			width: 8em;
			background-color: #fff;
			color: #000;
			padding: 1em;
		}
		#sidebar {
			position: absolute;
			top: 5em;
			right: 0em;
			width: 8em;
			background-color: #fff;
			color: #000;
			padding: 1em;
		}		
		#content {
			padding: 1em;
			border-left: 10em solid #fff;
			border-right: 10em solid #fff;
			width: 70%;	
		}
		.nav a:link { 
			color: #000;
			text-decoration: none;
		}
		.nav a:visited { 
			color: #000;
			text-decoration: none;
		}
		.nav a:hover { 
			color: #c60;
			text-decoration: none;
		}
		.nav a:active { 
			color: #000;
			text-decoration: none;
		}
		.top a:link { 
			color: #ccc;
			font-size: 1.3em;
			text-decoration: none;
		}
		.top a:visited { 
			color: #ccc;
			font-size: 1.3em;
			text-decoration: none;
		}
		.top a:hover { 
			font-size: 1.3em;
			color: #CCCCCC;
			text-decoration: none;
		}
		.top a:active { 
			font-size: 1.3em;
			color: #ff6600;
			text-decoration: none;	
		}
		.main a:link { 
			color: #303;
		}
		.main a:visited { 
			color: #306;
		}
		.main a:hover { 
			color: #060;
			text-decoration: none;
		}
		.main a:active { 
			color: #ff6600;
		}
		#menu li {
			display: inline;
			list-style-type: none;
			font-family: fantasy, Verdana;
			font-size: 2em;
			color: #f93;
			margin: 0px;
			padding-top: 15px;
			padding-right: 15px;
			padding-bottom: 0px;
			padding-left: 15px;
		}
		#menu a:visited {
			color: #f93;
			text-decoration: none;
		}
		#menu a:link {
			color: #f93;
			text-decoration: none;
		}
		#menu a:hover {
			border-bottom-style: solid;
			border-bottom-width: thick;
			border-bottom-color: #FFFF00;
			text-decoration: none;
		}		
