body {
 scrollbar-face-color: #9DA6C3;
 scrollbar-shadow-color: #4B4B4B;
 scrollbar-highlight-color: #733b6a;
 scrollbar-3dlight-color: #ffffff;
 scrollbar-darkshadow-color: #4B4B4B;
 scrollbar-track-color: #7B839A;
 scrollbar-arrow-color: #7B839A;
}

.testimonialBox {
  color: black;
  font-family:verdana,sans-serif;
  font-size: 10pt;
  padding: 6px;
  background: url(images/boxbackground.gif);
  background-repeat: repeat-x;
  background-color:#D9D9D9;
  border-style: solid;
  border-color: black;
  border-width: 2px;
  }

.bodytext8 {
  color:black;
  font-family:verdana,sans-serif;
  font-size:8pt;
  }

.headlines {
  color: black;
  font-family:verdana,sans-serif;
  font-size: 12pt;
  font-weight: bold;
  }

.menulink {
  border-bottom: 1px dotted gray;
  color: gray;
  margin-bottom: 0;
  text-decoration: none;
  font-size: 10pt;
  }

a:link {
  border-bottom: 1px dotted gray;
  color: gray;
  margin-bottom: 0;
  text-decoration: none;
  }
  
a.linkg {
  border-bottom: 1px dotted #23303B;
  color: #23303B;
  margin-bottom: 0;
  text-decoration: none;
  }


a:visited {
  text-decoration:none;
  border-bottom: 1px dotted;
  }
  
a:hover {
  text-decoration:none;
  color:blue;
  border-bottom: none;
  }

a:active {
  text-decoration:none;
  color:red;
  }
