body {
  font-size: 12px;
  font-family: arial;
  color: #333333;
  background-color: #ffffff; 
}

p, table, ul, li {
  font-family: arial; 
  font-size: 12px; 
  line-height: 16px;
  margin: 5px 0px;
  color: #333333;
  background-color: #ffffff; 
} 

h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  margin: 1px 0px;
  color: #b93e83;
}

h3 {
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
  margin: 1px 0px;
  color: #b93e83;
}

a:link {
  color: #4a83a2;
}

a:visited {
  color: #4a83a2;
}

a:active {
  color: #b93e83;
}

a:hover {
  color: #b93e83;
}

div#header1 {
  font-family: arial;
  font-weight: bold; 
  font-size: 20px; 
  line-height: 9px;    
  color: #0069b3;
}

