BODY{
  background-color : #f7f7ce;
  font-size : small;
  font-weight : 500;
  text-indent : 0px;
  list-style-type : square;
  list-style-position : outside;
  cursor : auto;
  color : black;
}
H1{
  color : black;
  background-color : #f4f4f4;
  background-image : url(../Picture/gold1.gif);
  text-align: center;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}
H2{
  color: #FFFFFF;
  background-color: #999933;
  background-image : url(../Picture/gold1.gif);
  padding-top: 7px;
  padding-right: 0px;
  padding-bottom: 7px;
  padding-left: 0px;
}
H3{
  color: #FFFFFF;
  background-color: #999933;
  background-image : url(../Picture/gold1.gif);
  padding-top: 4px;
  padding-right: 0px;
  padding-bottom: 4px;
  padding-left: 0px;
}
HR{
  color: #999933;
  height: 3px;
}
P{
  color: #000000;
  text-indent : 0px;
  font-size : small;
  margin-top : 5mm;
  margin-left : 5mm;
  margin-right : 5mm;
  margin-bottom : 5mm;
}
A{
  color : #007900;
  text-decoration : underline;
  margin-top : 0px;
  margin-left : 2px;
  margin-right : 0px;
  margin-bottom : 0px;
  font-weight : 600;
  font-size : small;
}
A:VISITED{
  color : #006f00;
  font-size : small;
  text-indent : 0px;
  margin-left : 2px;
  margin-right : auto;
  margin-bottom : auto;
  text-decoration : underline;
  font-weight : 600;
}
A:HOVER{
  color : white;
  background-color : #008c00;
  margin-top : 0px;
  margin-left : 2px;
  margin-right : 0px;
  margin-bottom : 0px;
  font-size : small;
  font-weight : 600;
}
A:ACTIVE{
  color : white;
  text-decoration: none;
  background-color : #919148;
  margin-left : 2px;
}
UL{
  color: #000000;
  list-style-image : url(../Picture/l_gold1.gif);
  list-style-position: outside;
}
TH{
  color: #FFFFFF;
  background-color: #999933;
}
TD{
  background-color : #d0d0a2;
}