body {
  background-color    : #ffffff;
  color               : #a0522d;
  font-family         : Tahoma,Sans-serif;
  font-size           : x-small;
}

a:link {
  color               : #ffcc00;
  font-weight         : bold;
  text-decoration     : underline;
}


a:visited {
  color               : #a0522d;
  font-weight         : bold;
  text-decoration     : underline;
}


a:active {
  color               : #ffa500;
  font-weight         : bold;
  text-decoration     : underline;
}


a:hover {
  color               : #ffd700;
  font-weight         : bold;
  text-decoration     : underline;
}


p, td, tr, span{
  font-size           : x-small;
  color               : #444444;

}


h1{
  font-size           : small;
  font-weight         : bold;
  color               : #000000;
}


table{
  line-height         : 130%;
}


.bold{
  font-weight         : bold;
}


th{
  color           : #FFFFFF;
  background      : #000000;
}


.orange{
  color           : #ffa500;
  font-weight     : bold;
}


.t{
  color           : #d2691e;
  font-weight     : bold;
}


.wm{
  font-size     : 10px;
  color         : #000;
  font-weight   : normal;
}