body {
  background-color: #ffffff;
  }

h2 {
  font-family: verdana,arial,helvetica,geneva,sans-serif;
  font-size: 26px;
  font-variant: small-caps;
  color: #6B94B5;
  }

p {
  font-family: arial,helvetica,geneva,sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #526B84;
  }
  
.bold {
  font-weight: bold;
  }  

.caption {
  font-size: 10px;
  }

.white {
  font-weight: bold;
  color: #ffffff;
  }

.dkred { color: #520008; border-color: #520008; }

.borderit { border: 1px solid #526B84; }

.bottom { border-bottom: 1px solid #526B84; }

  
A:link {
  font-family: verdana,arial,helvetica,sans-serif;
  font-weight: bold;
  color: #520008;
  
  }
   
A:visited {
  font-family: verdana,arial,helvetica,sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  }
  
A:hover {
  font-family: verdana,arial,helvetica,sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: white;
  background-color: #520008;
  }
  
A:active {
  font-family: verdana,arial,helvetica,sans-serif;
  font-weight: bold;
  color: lime
  }
  
  
  