body
  {
  background: #bbbbbb;
  font-family: Helvetica;
  }  
a.plain
  {
  text-decoration: none
  }
br.list
  {
  line-height : 75%
  }  
div.p 
  {
  margin-top: 7pt;
  }
ul
  {
  font-size: 8pt
  }
ol
  {
  font-size: 8pt
  }
td
  {
  font-size: 8pt
  }
th
  {
  font-size: 8pt
  }
p
  {
  font-size: 8pt; 
  margin-left: 10px;
  margin-right: 10px;
  }
h1
  {
  font-size: 11
  }
h2
  {
  font-size: 12
  }
h3
 {
 font-size: 14
 }
div.box
  {
  border:solid; 
  border-width: 0.05em; 
  width: 80%;
  border-color: black
  }
div.boxcolor
  { 
  background: rgb(235,235,235); 
  padding: 0.5em; 
  border: none
  }
div.messageBox
 {
  align: left;
  width: 98%;
  border: solid;
  border-width: 1px;
  border-color: #810000;
  margin-left: 2px;
  margin-right: 2px;  
 }
a:link 
  {
   color: #810000;
  }
a:visited 
 {
 color: #810000
 }
     
