 
H1{
  border-left-width : 1em;
  border-bottom-width : 2px;
  border-left-style : solid;
  border-bottom-style : solid;
  border-left-color : green;
  border-bottom-color : green;
}
H2{
  border-left-width : 1em;
  border-left-style : solid;
  border-left-color : purple;
}
A:HOVER{
  text-decoration : none;
  color : red;
}
A:LINK{
  text-decoration : none;
}
