
body
 {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  background-color: white;
  color: black;
  font-family: Arial;
 }

A:link {color: green}
A:visited {color: green}


.logo
 { 
  background-color: blue;
  color: white;
  font-family: Arial;
  font-size: 13pt;
  width: 100%;
  padding-left: 4px;
  padding-bottom: 4px;
 }
.logo A:link {color: white; text-decoration: none}
.logo A:visited {color: white; text-decoration: none}
.logo A:hover {color: black; text-decoration: none}

.pagebody
 {
  padding-top: 7px;
  padding-left: 7px;
 }

.about
 {
  position: relative;
  top: 200px;
  text-align: center;  
 }

.headline
 {
  font-size: 15pt;
  color: blue;
 }
