.css12 {
	font-size: 12px;
}
.Class12{
  font-size : 12px;
  font-weight : bold;
  color : green;
}
A:hover{
  color : fuchsia;
}
A:active{
  color : fuchsia;
}
BODY{
  margin-top : 5px;
  margin-left : 5px;
}
.Class16{
  font-size : 16px;
}

