body {
   font-family: Arial, Helvetica, sans-serif;
   background-color: #000000;
}
h1 {
   text-align: center;
   font-size: 24pt;
   color: #66CCFF;
}
p, ul {
   font-size: 12pt;
   color: #66CCFF;
   list-style-type: square;
}
a {
   font-size: 12pt;
   color: #FF9933;
   text-decoration: underline;
}
a:hover, a:active {
   color: #FFFF00;
}
a img {
   border-width: 2px;
   border-color: #FF9933;
}
a:hover img, a:active img {
   border-color: #FFFF00;
}
.ul {
   text-decoration: underline;
}
.noul {
   text-decoration: none;
}
