
body {
  background-image:  url(space.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom right;
  padding:0px;
  margin:0px;
  font-family: Verdana, Helvetica, sans-serif;
}

a:link {
font-size : 10pt;
line-height : 120%;
text-decoration : none;
color: #9593AC;
background-color: transparent;
}

a:visited {
font-size : 10pt;
line-height : 120%;
text-decoration : none;
color: #9593AC;
background-color: transparent;
}

a:hover {
font-size : 10pt;
line-height : 120%;
color : #20264E;
text-decoration : underline;
background-color: #9593AC;
}

a:active {
font-size : 10pt;
line-height : 120%;
color : #20264E;
text-decoration : none;
background-color: #9593AC;
}