
/* css 2 (c) 2005 by eckehart roescheisen */


body {
  background-color:#E5E471;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;


}

p, td {
  color:#ffffff;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:11px;
  font-style: bold;
  letter-spacing:  2px;
  line-height: 17px;
}


a {
  font-family:verdana, arial, helvetica;
  color: #ffffff;
  font-style: bold;
  text-decoration: none;
}

a:link {
  color: #ffffff;
  font-style: bold;
  text-decoration: none;
}

a:visited	 {
  color: #ffffff;
  font-style: normal;
  text-decoration: none;
}

a:active {
  color: #647FAE;
  font-style: normal;
  text-decoration: none;
}

a:hover {
  color: #647FAE;
  font-style: normal;
  text-decoration: none;
}



