  A img { border:0;}
  body {
          background-color:#000000; /* The page background colour */
          margin:20px 0px 0px 0px;
	      font-family: Tahoma, Arial, Verdana, sans-serif;
          font-size:12px;
          line-height:14px;
          color: #FFFFFF;
          }
  .right{ text-align: right;	}

  .title {
  		  font-family: Arial Narrow, Arial, Verdana, sans-serif;
  		  font-size:18px;
  		  line-height:24px;
  		  font-weight:bold;
  		  }
  .info {
    position: absolute;
    visibility:hidden;
    text-align: right;
  }

.menu {
    font-family: Arial Narrow, Verdana, Arial, sans-serif;
    font-size:20px;
  	line-height:22px;
  	font-weight:bold;
}

.menu td a { 
    color:white; 
    text-decoration: none;
}

.menu td a:hover, .menu .selected {
    text-decoration: underline;
    color: #FFC080;
}

.menu a { 
    color:white; 
    text-decoration: none;
}

.menu a:hover, .menu .selected {
    text-decoration: underline;
    color: #FFC080;
}

.submenu { font-size: 14px; }
.submenu a { font-weight:normal;}
