body {background-color:green;}
body.hikepage {background-color:lime;}
h1 {color:yellow;}
h1.topheading {margin-left:180px;}
h2 {color:blue;}
a {color:blue;}
a:hover {color:red;}
p {color:black; font-family:sans-serif;}
div#content {width:1000px; margin-left:0px;}
div#guidecontent {width:1000px; margin:auto; background-color:purple; border:3px solid red;}
div#header {background-color:blue; width:100%; height:80px;}
div#navigation {width:180px; float:left;}
div#nav2 {width:180px; float:left; margin-top:20px;}
.navlink2 {width:180px; height:32px;}
.navlink2 a {display:block; background:yellow; color:black; text-decoration:none; text-align:center; font-family:helvetica; font-size:14px; line-height:16px;}
.navlink2 a:hover {background:white; color:purple;}
.navlink {width:180px; height:16px;}
.navlink a {display:block; background:yellow; color:black; text-decoration:none; text-align:center; font-family:helvetica; font-size:14px; line-height:16px;}
.navlink a:hover {background:white; color:purple;}
.red {color:red;}
div#annoying {position:fixed; top:10px; left:10px; width:600px; height:600px; background-color:red; border-bottom:4px solid black; border-top:4px solid black;}
div#poll {float:right; width:200px; background-color:yellow; border:1px dashed red;}
div#sidebar {width:200px; background-color:lime; margin:10px; float:right; padding:5px; height:100%;}
div#maincontent {width:750px; margin:10px; padding:5px; background-color:lime; height:100%;}
div#description {width:400px; margin:10px; padding:10px; background-color:lime; border:3px solid yellow;}
