
a
{
  text-decoration: underline;
  color: #243A00;
}

a:hover
{
  text-decoration: none;
}

body
{
  margin: 0px;
  padding: 0px;
  font-family: arial, verdana;
  font-size: 12px;
  color: #243A00;
  background: url(/img/bg.gif) repeat-x center 191px;
}

h1
{
  font-weight: bold;
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 0;
  line-height: 20px;
  color: #7bae2f;
  border: 0;
}

h2
{
  font-weight: bold;
  font-size: 110%;
  margin-top: 8px;
  margin-bottom: 8px;
}

p
{
  margin-top: 0px;
  margin-bottom: 14px;
}

ul
{
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: 1em;
  padding-left: 4px;
}

img
{
  border: none;
}


