 
BODY{
  font-weight : normal;
  font-style : normal;
  color : #6e6e6e;
  text-decoration : none;
  margin-top : 0px;
  margin-left : 1%;
  margin-right : 1%;
  margin-bottom : auto;
}
H1{
  font-weight : lighter;
  font-style : normal;
  font-variant : normal;
  color : #ffffff;
  text-decoration : none;
}
H2{
  font-weight : lighter;
  font-style : normal;
  font-variant : normal;
  
}
A:HOVER{
  color : #fe0146;
  text-decoration : none;
}
A:LINK{
  color : #4c4c4c;
}
A:VISITED{
  text-decoration : none;
  color : #4c4c4c;
}
A{
  color : #666666;
  text-decoration : none;
}
IMG{
  color : gray;
  text-decoration : none;
}
A:ACTIVE{
  color : #ff114d;
}
