body{
  color: #996666;
  background-color: #ffe6cc;
}
div.default{
  padding-top: 10px;
  padding-left: 30px;
}
h1{
  color: #996666;
  text-align: left;
  border-left-color: #996666;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 80px;
}
h2{
  color: #996666;
  text-align: left;
  border-left-color: #cc9999;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 50px;
}


table{
  background-color: #cc9999
}
table.nonstyle{
  background-color: #ffe6cc;
}
td{
  color: #996666;
  background-color: #ffe6cc;
}
td.space{
  padding-left: 20px;
  color: #996666;
  background-color: #ffe6cc;
}
hr{
  color: #996666;
  height: 3px;
}


a{
  color: #3366ff;
  text-decoration : none;
}
a:visited{
  color: #3366ff;
  text-decoration : none;
}
a:hover{
  color: #3366ff;
  text-decoration : underline;
}
a:active{
  color: #3300ff;
  text-decoration : none;
}


table.footer{
  background-color: #ffe6cc;
  margin-top : -10px;
}
td.footer{
  color: #ffe6cc;
  background-color: #cc9999;
}