 p {
 line-height: 180%;
 vertical-align: middle;
}

 body {
  font-family: tahoma;
  font-size: 12px;
  color: #3d2620;
  background-image: url(images/bg.jpg);
  background-repeat: repeat;

 }

h1 {
  font-weight: bold;
  font-size: 13px;
  font-family: verdana;
  color: #b6eb24;
 }


h2 {
  font-weight: bold;
  font-size: 13px;
  font-family: verdana;
  color: #7f08bd;
 }
 
h3 {
  font-weight: normal;
  font-size: 11px;
  font-family: verdana;
  color: grey;
 }
 




A:visited {
  color: #7f08bd;
  font-size: 13px;
  font-family: verdana;
  text-decoration: none;

}
 
 A:hover {
  color: #grey;
  text-decoration: none;

}
 
A:link {
  color: #7f08bd;
  text-decoration: none;

}



