@charset "iso-8859-1";



BODY {
  background: #FFFFFF;
  color: #000000;
  margin: 0px;

}

A {
  font-family: Times New Roman, Times, serif;
  font-size: 16px;
  color: #83655A;
  font-weight : bold;
  background: transparent;
  text-decoration: none;
}

A:hover {
  color: #999999;
/*  text-decoration: underline;  */
}


