html
{
  font-family: "Trebuchet MS", "Arial", sans-serif;
  font-size: 12px;
  color: #0c0;
}

a:link
{
  color: #0f0;
}

a:hover
{
  color: #8f8;
}

a:active
{
  color: #8f8;
}

a:visited
{
  color: #4f4;
}

h1
{
  font-size: 20px;
  font-weight: bold;
}

h2
{
  font-size: 18px;
  font-style: italic;
}

h3
{
  font-size: 16px;
  font-weight: bold;
}

h4
{
  font-size: 14px;
  font-style: italic;
}

img
{
  border: 1px dashed #0c0;
  padding: 0;
}

img.left
{
  margin: 5px 10px 7px 5px;
  float: left;
}

img.right
{
  margin: 5px 5px 7px 10px;
  float: right;
}

p
{
  text-indent: 10px
}

p.first
{
  text-indent: 0
}

#menu li
{
  text-transform: uppercase;
}

#menu a
{
  text-decoration: none;
}

#menu a:visited
{
  color: #0f0;
}

#menu a:hover
{
  color: #8f8;
}

#footer
{
  text-align: center;
}

#footer p
{
  font-style: italic;
  font-size: 10px;
  color: #888;
}
