.top{
  position:absolute;
  top:1300px;left:50px;
   }

a,a:link{
  font-size : x-small;
  font-family : Times New Roman,MS UI Gothic;
  color : royalblue;
  text-decoration : none;
  font-weight : bold;
}
a:visited{
  font-size : x-small;
  font-family : Times New Roman,MS UI Gothic;
  color : royalblue;
  text-decoration : none;
  font-weight : bold;
}
a:hover,a:active{
  font-size : x-small;
  font-family : Times New Roman,MS UI Gothic;
  color : lightskyblue;
  text-decoration : underline;
  font-weight : bold;
}

BODY{
  background-color:black;
  background-attachment:absolute;
  background-repeat : no-repeat;
}
