body {
   background-color:#000000;
   font-family: verdana, sans;
   color: #FFFFFF;
   text-align: center;
}

A, A:link, A:visited {
   color: orange;
   font-weight: bold;
   text-decoration: underline;
}

A:hover {
   color: skyblue;
   text-decoration: blink;
}

p {
  font-family: verdana,sans;
  font-size: 11px;
}

