ul
  {
    list-style-type:square;
    color:#FFFFFF;
    font-weight:bold;
  }
a
  {
    font-family:Arial,Verdana,Helvetica,sans-serif;
    color:#FFFFFF;
    text-decoration:none;
  }
a:hover
  {
    text-decoration:underline;
  }
body
  {
    background-color:#0000A0;
  }