  body { font-family: verdana,geneva,helvetica,trebuchet ms;
    color: rgb(0, 0, 102);
    background-color: rgb(250, 250, 104);
    font-weight: normal;
    font-size: large;
    }

  a { font-family: verdana,geneva,helvetica,trebuchet ms;
    text-decoration: none;
    font-weight: bold;
    color: rgb(0, 0, 102);
    }

  a:hover { text-decoration: none;
    color: rgb(250, 250, 104);
    background-color: rgb(0, 0, 102);
    }


  .logo { padding: 10px;
    font-family: verdana,geneva,helvetica,trebuchet ms;
    width: 230px;
    float: left;
    }

  .banner { padding: 10px;
    font-family: verdana,geneva,helvetica,trebuchet ms;
    width: 550px;
    float: right;
    }

  .main { padding: 10px;
    font-family: verdana,geneva,helvetica,trebuchet ms;
    width: 550px;
    float: right;
    }


  .selected { font-family: verdana,geneva,helvetica,trebuchet ms;
    text-decoration: none;
    font-weight: bold;
    color: rgb(250, 250, 104);
    background-color: rgb(0, 0, 102);
    }

  .tiny { 
    font-size: x-small;
    text-align: right;
    }
