/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */

a.ver:link {color: #66ccff } 

a.ver:visited {color: #ff00ff}


  body { background-color: black;
    color: white;
    font-family: sans-serif;
    }

  ul { float: left;
    width: 100%;
    list-style-type: none;
//  position: fixed;
    margin-left: 0px;
    }

  .menu { border: 3px solid black;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-color: yellow;
        color: black;
    display: inline;
    float: left;
    padding-top: 2px;
    padding-bottom: 2px;
    font-family: serif;
    margin-top: 5px;
    width: 100px;
    }

  .menu:hover { border-style: groove;
    border-color: yellow;
    background-color: black;
    color: yellow;
    font-weight: bold;
    }

  li { display: inline;
    list-style-type: none;
    }

