body {
    color: white; background:url(bg.jpg) repeat-x #2c5f2e fixed;
    font-size: 100%;
    font-family: Helvetica,Arial,sans-serif;
}

a:link
  {
    color: white;
  }
a:visited
  {
    color: white;
  }
a:hover
  {
    color: white;
  }
a:active
  {
    color:white;
  }


