   .frame {
    border-style: ridge;
    border-color: white;
    border-width: 1px
    }
   .copy {
    font-size: 14px;
    font-family: Trebuchet;
    }
   .menus {
    font-size: 12px;
    font-family: Helvetica;
    color: white
    }
   .dropcap {
    font: 300%/100%;
    color: gray;
    margin-right: -3px;
    }
   
    h1 {
    color: lime; font: 22px Tahoma,Arial,Verdana;
    }

    A:link {text-decoration: none; color: yellow; font-weight:normal}
    A:visited {text-decoration: none; color: yellow; font-weight:normal}
    A:hover {text-decoration: underline; color: orange; font-weight:normal}
    body{font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 10px}

