a:link, a:hover, a:visited
  {
  background:none;
  color:#ffcc33;
  text-decoration:underline;
  }

a:active
  {
  background:none;
  color:#cc9900;
  text-decoration:underline;
  }

body
  {
  background:#336600;
  color:#cccc00;
  font:medium verdana,arial,helvetica,sans-serif;
  margin:0;
  margin-left:auto;
  margin-right:auto;
  padding-top:1em;
  text-align:left;
  width:783px;
  }

#header
  {
  background:#336600 center top url("images/header.jpg") no-repeat;
  color:#cccc00;
  height:340px;
  }

.header
  {
  background:none;
  color:#663300;
  font:small verdana,arial,helvetica,sans-serif;
  padding:0 2em 0 2em;
  width:340px;
  }

#nav
  {
  font:small verdana,arial,helvetica,sans-serif;
  margin-top:-6em;
  padding:0 2em 2em 2em;
  width:340px;
  }

#content
  {
  margin-left:auto;
  margin-right:auto;
  padding:0 2em 0.5em 2em;
  text-align:left;
  }

#footer
  {
  background:none;
  color:#cc9933;
  font:bold small verdana,arial,helvetica,sans-serif;
  padding:0 2em 0.5em 2em;
  text-align:center;
  }

h1
  {
  font:x-large verdana,arial,serif;
  }

h2
  {
  font:large verdana,arial,serif;
  }

hr
  {
  background:#669999;
  border:0;
  color:#ffffff;
  height:1px;
  }

img
  {
  border:none;
  }

ul
  {
  list-style:disc;
  }