BODY{
  color: #660000;
  background-color: #FFFFFF;
  background-image : url(css10_bg.gif);
  margin-top: 20px;
  margin-right: 40px;
  margin-bottom: 20px;
  margin-left: 40px;
}
H1{
  color: #FFFFFF;
  background-color: #881144;
  text-align: center;
  border-top-color: #881144;
  border-right-color: #881144;
  border-bottom-color: #881144;
  border-left-color: #881144;
  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  border-style: double;
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  font-family: "Times New Roman";
  font-size: 36pt;
  font-weight: bold;
  width: 560px;
  ;
  background-image : url(bg.gif);
}
H2{
  color: #FFFFFF;
  background-color: #881144;
  text-align: center;
  border-top-color: #881144;
  border-right-color: #881144;
  border-bottom-color: #881144;
  border-left-color: #881144;
  padding-top: 0px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  border-style: double;
  border-top-width: 4px;
  border-right-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  font-family: "Times New Roman";
  font-size: 20pt;
  width: 300px;
  ;
  background-image : url(bg.gif);
}
P{
  color: #000000;
  width: 300px;
}
A{
  color: #006633;
  text-decoration: none;
  font-weight: bold;
}
A:VISITED{
  color: #666666;
  text-decoration: none;
  font-weight: bold;
}
A:HOVER{
  color: #006633;
  text-decoration: underline;
  font-weight: bold;
}
A:ACTIVE{
  color: #FF0000;
  text-decoration: none;
  font-weight: bold;
}
UL{
  color: #881144;
  list-style-image : url(dot4.gif);
  list-style-position: outside;
}
TH{
  color: #FFFFFF;
  background-color: #881144;
  ;
  background-image : url(bg.gif);
}
TD{
  color: #660000;
  background-color: #FFFFFF;
}