body {
  text-align:center;
  font-family: Arial, Helvetica, Sans Serif;
  background: #000000;
}

h1 {font-family: Helvetica, sans-serif; 
   color: ADD8E6; 
   font-size: 18pt;
   font-weight: bold; 
}

h2 {font-family: Helvetica, sans-serif; 
   color: ADD8E6; 
   font-size: 14pt;
   font-weight: bold; 
}

a {
	color:#ADD8E6;
	text-decoration:none;
        font-family: Arial, Helvetica, Sans Serif;
        font-size: 12pt;
        font-weight: normal;
}

a:hover {
        color:#FF0000;
	text-decoration:none;
}