BODY{
  color: #000000;
  background-color: #FFFFFF;
  background-image : url(css08_bg.gif);
  margin-top: 20px;
  margin-right: 40px;
  margin-bottom: 20px;
  margin-left: 40px;
}
H1{
  color: #663333;
  text-align: left;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  font-family: "Arial Black";
  font-size: 36pt;
  font-weight: bold;
  background-image : url(dot1.gif);
  background-repeat: repeat-x;
  background-position: 0% 100%;
  width: 560px;
}
H2{
  color: #663333;
  text-align: left;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  font-family: "Arial";
  font-size: 20pt;
  font-weight: bold;
  background-image : url(dot2.gif);
  background-repeat: repeat-x;
  background-position: 0% 100%;
  width: 300px;
}
P{
  color: #000000;
  width: 300px;
}
A{
  color: #CC0000;
  text-decoration: none;
}
A:VISITED{
  color: #666666;
  text-decoration: none;
}
A:HOVER{
  color: #CC0000;
  text-decoration: underline;
}
A:ACTIVE{
  color: #FFFFCC;
  text-decoration: underline;
}
UL{
  color: #000000;
  list-style-image : url(dot2.gif);
  list-style-position: outside;
}
TH{
  color: #FFFFFF;
  background-color: #663322;
}
TD{
  color: #663322;
  background-color: #DDCCAA;
}