 
H1{
  color : blue;
}
BODY{
  margin-top : 50px;
  margin-left : 50px;
  margin-right : 50px;
  margin-bottom : 50px;
}
P{
  color : gray;
}
H2{
  color : blue;
  
  border-left-width : 5mm;
  border-left-color : blue;
  border-left-style : solid;
  border-bottom-width : 1px;
  border-bottom-style : solid;
}
H3{
  color : blue;
  border-bottom-width : 1px;
  border-bottom-style : dotted;
  border-bottom-color : blue;
}
A:HOVER{
  position : relative;
  top : 1px;
  left : 1px;
  background-color : #ffefe8;
}
LI{
  color : gray;
}
A{
  background-color : #f0ffff;
}
.C{
  color : teal;
  background-color : #ffffdd;
  margin-top : 15px;
  margin-left : 15px;
  margin-right : 15px;
  margin-bottom : 15px;
  padding-top : 15px;
  padding-left : 15px;
  padding-right : 15px;
  padding-bottom : 15px;
  letter-spacing : 3px;
}



