body {
  background-image: url(img/stripes.gif);
  margin-top: 20px;
  margin-left: 80px;
  margin-right: 0px; 
}

h1 {
  font-size: 10pt;
  color: #000000;
  font-weight:bold;
  font-family: Verdana, Arial, Helvetica; 
  margin-top: 8;
  margin-left: 0;
  margin-right: 0; 
  margin-bottom: 3;
}

h2 {
  font-size: 10pt;
  color: #ffffff;
  font-weight: bolder;
  font-family: Verdana, Arial, Helvetica;
  margin-top: 3;
  margin-left: 0;
  margin-right: 0; 
  margin-bottom: 3;
}

p {
  font-size:7.5pt;
  color: #000000;
  font-family: Verdana, Arial, Helvetica;
  line-height: 10pt;
  margin-top: 8;
  margin-left: 0;
  margin-right: 0; 
  margin-bottom: 8;

}

a {
  text-decoration: none;
  color:#999999;
} 

a:visited {
  text-decoration:none; 
  color:#666666;
} 

a:hover {
  text-decoration: none;
  color:#CCCCCC;
}

a:active {
  text-decoration: none;
  color:#CCCCCC;
} 

.textfield {
  font-size:7.5pt;
  color: #000000;
  font-family: Verdana, Arial, Helvetica;
  background-color: #ffffff;
  border-left: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  border-top: 1px solid #999999;
}

.button { 
  width:100px;
  font-size:7.5pt;
  height:16px;
  background-color:#ffffff;
  color:#000000;
  border: 1px solid #999999; 
}

br {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0; 
  margin-bottom: 0;

}
