a:link { 
  color: #2080f0; 
  text-decoration: none; 
}

a:visited  { 
  color: #2080f0; 
  text-decoration: none; 
}

.pagetitle { 
  text-align: center;
  font-size:  35px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 50px;
}

body {
  color:            #efefef;
  background-color: black;
  font-size: 12pt;
  font-family: sans-serif;
}

.bottom { 
  width: 100%;
  background-color: #303030;
  margin-top: 20px;
}
