 
H1{
  font-weight : bold;
  font-style : italic;
  color : white;
  background-color : navy;
}
H2{
  font-weight : bold;
  color : #154804;
  background-color : #ededda;
}
H3{
  color : #520758;
  background-color : #e6f0ee;
  text-indent : 1cm;
}
TH{
  font-weight : bold;
  
}
TD{
  font-weight : normal;
}
LI{
  font-weight : normal;
}
BLOCKQUOTE{
  font-weight : normal;
}
P{
  font-weight : normal;
}
A:HOVER{
  color : red;
  text-decoration : underline;
}
A{
  text-decoration : none;
  color : blue;
}
.Class1{
   margin-left : 3cm;
}
H4{
   margin-left : 2cm;
}
.td1{
   border-right-width : 1px;
   border-bottom-width : 1px;
   border-right-style : outset;
   border-bottom-style : outset;
}
