/* nav.css */
/* Global Styles */
body {
    background-color : #000000;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
    color : #99CCFF;
  }

td {
    font-family : Verdana, Arial, 'Adobe Helvetica', 'sans-serif';
    font-size : 11px;
    letter-spacing : .1em;
  }

/* Class Styles */
.strap {
    margin-left : 12px;
    font-weight : bold;
  }

.hbo {
    font-size : 14px;
    font-weight : bold;
    line-height : 18px;
    margin-right : 12px;
    text-align : center;
  }

/* Link Styles */
a {
    color : #e0e0e0;
    font-weight : bold;
    text-decoration : underline;
  }

a:hover {
    color : #ee5500;
  }
