BODY {
    background-color: #F3EDE7;
	scrollbar-face-color: #DFD2B7;
    scrollbar-shadow-color: #714993;
    scrollbar-highlight-color:#DFD2B7;
    scrollbar-3dlight-color: #AE021B;
    scrollbar-darkshadow-color: #AE021B;
    scrollbar-track-color: #A79A81;
    scrollbar-arrow-color: #AE021B; 
}

td  {
  font-family:  verdana, helvetica;
  font-size: 12px;
  color: #333333;
}

p  {
  font-family:  verdana, helvetica;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}
h3
{
  font-family:  verdana, helvetica;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  color: #AC0218;
}

h4
{
  font-family:  verdana, helvetica;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  color: #8f3d76;
}
a {
  text-decoration: underline;
  color: #6C6D3A;
}
a:visited {
  text-decoration: none;
  color: #E9680B;
}
a:active {
  text-decoration: none;
  color: #AC0218;
}
a:hover {
  text-decoration: none;
  color: #A79A81;
}

.grey {
  color: #333333;
}
.nav {
  font-weight: bold;
  font-size: 14px;
}
