body {
  background-color: #F9DFAC; /* old darker version #fdd688; */
  margin: 0px;
  padding: 0px;
  }

.maintitle {
  font-family: "Comic Sans MS", "Trebuwtet MS", Verdana, Arial, sans-serif;
  font-size: 40px;
  color: cc0033;
  }


p {
  font-family: arial,helvetica,geneva;
  }

.address {
  font-size: 16px;
  font-weight: bold;
  }

.content {
  font-size: 15px;
  line-height: 16px;
  }
    
.bold {
  font-weight: bold;
  color: #CC0033;
  }

.boldtxt {
  font-weight: bold;
  }


.small {
  font-size: 12px;
  }

.first {
  font-size: 11px;
  font-weight: bold;
  }

.tablehead {
  color: #FFffff;
  font-weight: bold;
  }

.kicker {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  background-color: #cc0033;
  }

.yellow {
  font-family: "Courier New", Courier, mono;
  font-size: 12px;
  background-color: #f7f7bd;
  color: #520008;
  }

.borderit {
  border: 1px solid #cc0033;
  background-color: #ffffff;
  }

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

.right {
  border-right: 1px solid #cc0033;
  }

a:link {
  color: #003963; /* old pink color #cc0033; */
  font-weight: bold;
  }
a:visited {
  color: #000000;
  font-weight: bold;
  }
a:hover {
  color: #cc0033;
  font-weight: bold;
  background-color: #ffffff;
  text-decoration: none;
  }
a:active {
  color: #9999CC;
  font-weight: bold;
  text-decoration: none;
  }    
  
a.nav:link {
  color: #000033;  
  font-family: ARIAL,HELVETICA,GENEVA;
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
  }
a.nav:visited {
  color: #000066;
  font-family: ARIAL,HELVETICA,GENEVA;
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
  text-decoration: none;
  }
a.nav:hover {
  color: #000033;
  background-color: #ffffff;
  font-family: ARIAL,HELVETICA,GENEVA;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  margin-left: 10px;
  }
a.nav:active {
  color: #9999CC;
  font-family: ARIAL,HELVETICA,GENEVA;
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
  }      
  
a.img:link {
  color: #003963; /* old pink color #cc0033; */
  font-weight: bold;
  }
a.img:visited {
  color: #000000;
  font-weight: bold;
  }
a.img:hover {
  color: #cc0033;
  font-weight: bold;
  background-color: transparent;
  text-decoration: none;
  }
a.img:active {
  color: #9999CC;
  font-weight: bold;
  }    
  

  
