
 
.Class{
  font-size : 100%;
  color : black;
  background-color : white;
  text-align : center;
  float : left;
}
BODY{
  text-align : center;
  margin-top : 0px;
  color : black;
  background-color : white;
}
A:visited{
  font-size : 100%;
  color : blue;
  background-color : white;
  text-decoration : underline;
  text-align : center;
}
A:hover{
  font-size : 100%;
  color : blue;
  background-color : white;
  text-decoration : none;
}
IMG { 
border : none; 

  text-align : center;
  position : relative;
} 