body
{ 
  margin-left:   0px; 
  margin-right:  0px;
  margin-bottom: 0px;
  background:    white;
}

div.header
{ 
  margin-top:   5px;
  margin-left:  10px;
  margin-right: 5px;
  font-size:    large;
  font-family:  serif;
}

div.text
{ 
  margin-top:   30px;
  margin-left:  30px;
  margin-right: 30px;
}

h2
{ 
  margin-top:  50px;
}

div.text h3
{ 
  color: #003399;
  margin-bottom: 0.5em;
  margin-top:    1.5em;
}

div.text ul
{ 
  margin-top:   0.0em;
  padding-left: 1.5em;
}

div.text ul li
{ 
  list-style-type: circle;  
}

a:link
{ 
  color:           black;
  font-weight:     bold;
  text-decoration: none;
}

a:visited
{ 
  color:           gray;
  font-weight:     bold;
  text-decoration: none;
}
