BODY{
  color : #FFFFFF;
  background-color : #B12526;
  background-repeat : repeat;
  background-attachment : fixed;
  scrollbar-face-color:#2C2220;
  scrollbar-highlight-color:#51403C;
  scrollbar-shadow-color:#1E1615;
  scrollbar-3dlight-color:#B12526;
  scrollbar-arrow-color:#DECEBE;
  scrollbar-track-color:#B12526;
  scrollbar-darkshadow-color:#B12526;
  margin-top : 0px;
  margin-left : 10px;
  margin-right : 0px;
  margin-bottom : 0px;
}
TD{
  font-size : x-small;
  font-family : Arial;
}
A:LINK{
  color : #FFFFFF;
  text-decoration : none;
}
A:VISITED{
  color: #FFFFFF;
  text-decoration : none;
}
A:HOVER{
  color: #FFFFFF;
  text-decoration : underline;
  position : relative;
  top : 1px;
  left : 1px;
}
A:ACTIVE{
  text-decoration : underline;
  color : #FFFFFF;
}