 
A:link{
  color : red;
  text-decoration : none;
}
A:visited{
  color : blue;
  text-decoration : none;
}
BODY{
  
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  font-weight : normal;
}
P{
  font-size : 12px;
}
A:hover{
  color : blue;
  text-decoration : underline;
  font-weight : normal;
  background-color : #ffecec;
}
SELECT{
  
  
  background-attachment : fixed;
}
