
A{
  color : blue;
}
A:VISITED{
  color : purple;
  text-decoration : underline;
}
A:HOVER{
  color : red;
  text-decoration : underline overline;
  background-color : yellow;
}
A:ACTIVE{
  text-decoration: underline;
  color : red;
}
H1{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
H2{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}
TABLE{
  border-top-color : #8080ff;
  border-right-color : #8080ff;
  border-bottom-color : #8080ff;
  border-left-color : #8080ff;
  border-width : thick thick thick thick;
}
.c2 {
  border-right-style: double;
border-bottom-style: double