  


A{
  color : blue;
  text-decoration : none;
}
A:VISITED{
  color : blue;
}
A:HOVER{
  color : red;
  background-color : aqua;
}
H2{
	margin-top: 5px; 
margin-right: 5px; 
margin-bottom: 3px; 
margin-left: 5px;
  color : white;
  font-size : small;
}
H1{
  font-size : small;
  color : red;
}

BODY{
  background-image : url(01base/back-sky.gif);
  margin-top : 0px;
}
