body { font-family: Courier New; }
body h1 { padding-top: 10px; font-size: 4em; font-weight: bold; text-align: center; }

a:link { color: #000; }
a:visited { color: #000; }
a:active { color: #000; }
a:hover { color: #000; }

a:link.forest { color:#FF0000; font-weight: bold; }
a:hover.forest { color:#FF0000; font-weight: bold; }
a:visited.forest { color:#FF0000; font-weight: bold; }
a:active.forest { color:#FF0000; font-weight: bold; }


#page { width: 900px; margin: 0 auto; overflow: hidden; }
#page li { display: inline; list-style-type: none; padding-right: 30px; }

#page #content { padding: 10px; overflow: hidden; }
#page #content .left { float: left; width: 400px; }
#page #content .right { float: right; width: 400px; }

#page #footer { float: right; overflow: hidden; }
#page #footer li { display: inline; list-style-type: none; padding-right: 10px; }

#copyrights { margin: 0 auto; text-align: center; overflow: hidden; }