body,table,td,p,ul {
  font-family: verdana, arial, helvetica;
  font-size: 11px;
  color: #222222;
}
.heading {
  font-family: arial, helvetica;
  font-size: 19px;
  color: #800000;
  font-weight: bold;
  margin-top: 10px;
}
.subheading {
  font-family: arial, helvetica;
  font-size: 12px;
  color: #800000;
  font-weight: bold;
}

A:link, A:visited {
  font-family: verdana, arial, helvetica;
  font-size: 10px;
  font-weight: bold;
  color: #800000;
  text-decoration: none;
}

A:hover {
  font-family: verdana, arial, helvetica;
  font-size: 10px;
  font-weight: bold;
  color: #800000;
  text-decoration: underline;
}

A.body:link {
          font-size: 11px;
          color: blue;
          text-decoration: underline;
	      font-weight: normal;
      	  }
A.body:visited {
          font-size: 11px;
          color: blue;
          text-decoration: underline;
	      font-weight: normal;
          }
A.body:hover   {
          font-size: 11px;
          color: blue;
          text-decoration: underline;
	      font-weight: normal;
          }

input, textarea, select, option {
	border: 1px solid;
	border-color :#CCCCCC;
	font-family : courier new, monospace, verdana, arial, helvetica;
        font-size: 12px;
        color: #000000;
	BODY{scrollbar-arrow-color: #000000; scrollbar-3dlight-color: #FFFFFF; scrollbar-highlight-color: #999999; scrollbar-face-color: #FFFFFF; scrollbar-shadow-color: #999999; scrollbar-track-color:#FFFFFF; scrollbar-darkshadow-color: #FFFFFF}
	}

input.button { border: 0px; }
