body {
  background-image: url(images/background.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}
p,span,td,li {
  font-family: verdana;
  font-style: normal;
  font-size: 13px;
  color: black;
}
h1 {
  font-family: verdana;
  font-style: normal;
  font-size: 17px;
  font-weight: bold;
  color: black;
}
h2 {
 font-family: verdana;
  font-style: normal;
  font-size: 15px;
  font-weight: bold;
  color: black;
}
h3 {
 font-family: verdana;
  font-style: normal;
  font-size: 13px;
  font-weight: bold;
  color: black;
  text-indent: 0;
}

a:link, a:visited, a:active, a:focus {
  font-family: verdana;
  font-style: normal;
  font-size: 13px;
  color: black;
  text-decoration: none;
} 
a:hover {
  text-decoration: underline;
} 

a1:link {
  font-family: verdana;
  font-style: normal;
  font-size: 13px;
  color: red;
  text-decoration: none;
} 


span.head, p.head, td.head {
  font-family: verdana;
  font-style: normal;
  font-size: 13px;
  color: black;
  font-weight: bold;
}

span.image, p.image, td.image {
  font-family: verdana;
  font-style: italic;
  font-size: 11px;
  color: black;
  font-weight: bold;
}
