BODY {
  color: darkblue;
  line-height: 1.5em;
  background-image : url(image/back1.gif);
}
a:link {
  color: blue;
}
a:visited {
  color: purple;
}
a:hover {
  color: red ;
}
a:active {
  color: red ;
}
