body {
  
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  color: #000000;
  
  text-align: left;
  padding-left: 0px; 
  padding-right: 0px;
   
  background-color: #ffffff;
  cursor: crosshair;
}

table, td, tr {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

.head {
  text-decoration: none;
  font-weight: bold;
  color: #000000;
  background-color: #a5c3c3;
}

.body {
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
  background-color: #000000;
}

a:link { 
    text-decoration: underline; 
    color: #559a9a; 

input, textarea {
   border-style: solid;
   color: #000000;
   font-family: Verdana, Geneva, Arial, helvetical, sans-serif;
   font-size: 8pt;
   background-color: #ffffff;
}

}
a:active { text-decoration: underline; color: #559a9a; }
a:visited { text-decoration: underline; color: #559a9a; }
a:hover { text-decoration:highlight; color: #559a9a; }
