body {
     background:#000;
     font-family:Georgia;
     font-weight:bold;
     font-size:16px;
     color:#cc0000;
     }

a {
  color:#fff;
  text-decoration:none;
  }

a:hover {
        color:#fff;
        text-decoration:underline;
        }
