 body {
  margin:0px;
  background-color:white;
  font-family:Arial;
  font-size:12pt;
  color:black;
  text-align:center;
  }
 
 a:link, a:visited, a:active {
  color:blue;
  }
 
 div.master {
  width:1000px;
  
  }
  
 div.header {
  position:absolute;
  top:0px;
  height:120px;
  }

 div.spacebox {
  height:120px;
  }
  
 div.navbar {
  background-color:pink;
  height:1.4em;
  font-size:18pt;
  text-align:center;
  font-weight:bold;
  }

 div.navbar a {
  text-decoration:none;
  }
  
 div.bottomnavbar {
  height:1.4em;
  font-size:18pt;
  text-align:center;
  font-weight:bold;
  }
  
 div.bottomnavbar a {
  text-decoration:none;
  } 
  
 div.slogan {
  font-size:18pt;
  font-weight:bold;
  text-align:center;
  margin: 5px 5px 5px 5px;
  padding: 5px 5px 5px 5px;
  }
  
 div.slogan2 {
  font-size:18pt;
  font-weight:bold;
  text-align:center;
  margin: 0px 5px 5px 5px;
  padding: 0px 5px 5px 5px;
  }
  
 div.white {
  background-color:white;
  }
  
 div.white2 {
  background-color:white;
  border:3px solid navy;
  }
  
 
 div.pad {
  padding:5px 10px 5px 10px;
  }
  
 div.pad2 {
 padding:5px 0px 5px 0px;
 }
 
 div.top {
  width:200px;
  font-weight:bold;
  text-align:center;
  background-color:white;
  border:3px solid navy;
  padding:5px 0px 5px 0px;
  margin:5px 0px 15px 0px;
  }
 
div.Ad{
 font-size:10pt;
 font-family:Verdana;
 color:gray
 }
 
 span.green a {
  color: green;
  }
  
 span.red a {
  color: red;
  }
  
 span.black a {
  color: black;
  }
 
 span.titles {
  font-size:larger;
  font-weight:bold;
  }
  
 span.titles2 {
  font-size:larger;
  font-weight:bold;
  }
  
 span.about {
  font-size:smaller;
  }
  
 p.border {
  border-bottom:5px solid navy;
  margin:0px 0px 7px 0px;
  }
  
 p.center {
  text-align:center;
  margin:0px 0px 3px 0px;
  font-size:larger;
  font-weight:bold;
  }
