BODY{
  color: black;  
  text-align: center;
  background-color: #FFFFFF;
  background-image: url(../images/xkabe01.gif);
  background-repeat: repeat;
  background-position: 100% 100%;
  background-attachment: fixed
}

P{
  color: black;
}

A{
  color: black;
  text-decoration : none;
}

A:link{
  color: navy;
  text-decoration : none;
}
A:VISITED{
  color: purple;
  text-decoration : none;
}
A:ACTIVE{
  color: navy;
  text-decoration : none;
}
A:HOVER{
  color: blue;
  text-decoration : underline;
}

H1{
  color : black;
  text-align : center;
  
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-center: 0px;
  ;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-center-width : 0px;
  background-color : ;
}
H2{
  color : black;
  text-align : center;
  border-center-color: #996666;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-center: 0px;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-center-width : 0px;
}
H3{
  color : black;
  text-align : center;
  border-center-color: #996666;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-center: 0px;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-center-width : 0px;
}
HR{
  color : orange;
  height: 1px;
}

UL{
  color : black;
  list-style-position: outside;
}
TH{
  color : black;
  background-color : orange;
 
}
TD{
  color : black;	
  text-align: center;
  font-size: 12px;
  
}