.cont {
  border-top: 1px dotted #7A7572;
  border-left: 1px dotted #7A7572;
  border-right: 1px solid #7A7572;
  border-bottom: 0px dotted #7A7572;
  font-family: verdana, arial, tahoma;
  font-size: 10px;
  color: black;
  font-weight: bold;
}

.cont2 {
  border-top: 1px solid #7A7572;
  border-left: 1px solid #7A7572;
  border-right: 1px solid #7A7572;
  border-bottom: 0px solid #7A7572;
  font-family: verdana, arial, tahoma;
  font-size: 10px;
  color: black;
  font-weight: bold;
}

.light {
  border-top: 0px solid #7A7572;
  border-left: 1px solid #7A7572;
  border-right: 1px solid #7A7572;
  border-bottom: 1px solid #7A7572;
  font-family: verdana, arial, tahoma;
  font-size: 10px;
  color: silver;
}

.lighttop {
  border-top: 1px solid #7A7572;
  border-left: 1px solid #7A7572;
  border-right: 1px solid #7A7572;
  border-bottom: 1px solid #7A7572;
  font-family: verdana, arial, tahoma;
  font-size: 10px;
  color: silver;
}

.list {
  font-family: verdana, arial, tahoma;
  font-size: 10px;
  color: silver;
  list-style-type: square;
}

.frm {
  font-family: verdana, arial, tahoma;
  font-size: 10px;
  color: black;
  background-color:#C3BEB4;
}

body      {
     scrollbar-3dlight-color: #7A7572;
     scrollbar-arrow-color: white;
     scrollbar-base-color: silver;
     scrollbar-darkshadow-color: black;
     scrollbar-face-color: #7A7572;
     scrollbar-highlight-color: white;
     scrollbar-shadow-color: #7A7572
}

a:link    {
     text-decoration: none; color: silver; font-weight:bold
}

a:visited {
     text-decoration: none; color: silver; font-weight:bold
}

a:active  {
     text-decoration: none; color: silver; font-weight:bold
}

a:hover   {
     text-decoration: none; color: gray; font-weight:bold
}
