
H1{
  
  
  text-align: center;
  border-top-color : #b9ffff;
  border-right-color : #b9ffff;
  border-bottom-color : #b9ffff;
  border-left-color : #b9ffff;
  padding-top: 5px;
  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;
}
A{
  color : #0000ff;
  text-decoration : none;
}
A:VISITED{
  color : #0000ff;
  text-decoration : none;
}
A:HOVER{
  color : #0000ff;
  text-decoration: underline;
  
}
TD{
  font-size : 13px;
}

