a:hover{
  color: #660000;
  background-color : #00ffff;
}
H1{
  color: #993300;
}
H2{
  color: #993300;
}
H3{
  color: #993300;
}
a{
  color : black;
  
  
  text-decoration : inherit;
  font-style : inherit;
}
th{
  color: #FFFF99;
  background-color: #993300;
  font-style : inherit;
  text-decoration : inherit;
}
td{
  color: #660000;
  background-color: #FFFFCC;
  font-style : inherit;
  text-decoration : inherit;
}
