BODY {
  font-size : medium;
  color : #d8e9fe;
  line-height : 1.5;
  background-color:#0b0569;
  background-image: url("bgktna.gif");
  background-repeat: no-repeat;
  background-position: left;
  background-attachment: fixed

}
H1 {
  font-family : "Modern", "Gill Sans";
  font-weight : 900;
  font-size : 60pt;
  color : #0080ff;
}
A:link,A:visited, A:active,{text-decoration : none}
A:link{ color: #0080ff }
A:visited{ color:pink }
A:active{ color:red }
A:hover{ color:red ; font-style:italic ; text-decoration : underline
}