H1{
  font-size : 12px;
  color : #000000;
}
H2{
  font-size : 25px;
  color : #000000;
}
.foot{
  font-size : 12px;
  
  text-align : center;
}
LI{
  text-decoration : none;
  list-style-type : none;
}
BODY{
  color : blue;
}
UL{
  font-size : 14px;
}
A:hover{
  color : silver;
}