body {
      background: #103b60 url(../interface/intro_bg.gif) repeat-x top;
      color: #fff;
      font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
}

#intro { margin-top: 85px; text-align: center; }
#links {
      text-align: center;
      margin-top: 10px;
      font-size: 9pt;
}
      
p {
      margin-top: 50px;
      font-weight: bold;
      font-size: 14pt;
      text-align: center;
}

a {
      text-decoration: none;
      color: #fff;
      padding: 0 5px;
}
a:focus, a:hover { text-decoration: underline; color: #64b8df; }