a:link
 {
  text-decoration: none;
  color: #670000;
  }

a:visited
 {
  text-decoration: none;
  color: #670000;
  }

a:hover
 {
  background-color: #ffffff;
  }

a img
 {
  border:none;
  }
  
 
body
 {
  margin: 0em 0em 0em 0em;
  background-color: #DAD2D2;
  background-image: url(img/background.jpg);
  background-repeat: repeat-y; 
  background-position: center;
  font: 13px Helvetica, Arial, Sans-Serif;
  text-align: left;
  }

p
 {
  color: #000000;
  margin: .3em 1em 1em 1em;
  }

h1
 {
  font-size:18px;
  color: #000000;
  margin: 0em .5em 0em .5em;
  }
  
h2
 {
  font-size:16px;
  color: #000000;
  margin: 1.3em .5em 0em .8em;
  }