/* mm.css */

body {
    font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
    background-color: #bbcc99;
    margin-top: 15px;
    margin-left: 25px;
}


p {
    max-width: 850px;
}


a {
    text-decoration: none;
}

a:link {
    color: #0011aa;
}

a:hover {
    text-decoration: underline;
}


#cover { 
    position: fixed;
    top: 180px;
    left: 400px;        /*  Firefox needs this, "right" doesn't work */
/* 
    right: 20px;
 */
    bottom: 20px;
}


#menu {
    position: fixed;
    top: 45px;
    left: 0px;
    right: 20px;
}

#menu ul {
    display: table;
    width: 100%;
}

#menu ul li {
    display: table-cell;
    width: 33%;
    white-space: nowrap;
}

#menu ul li a {
    text-decoration: none;
    background-color: #557766;
    color: white;
    padding: 3px 9px;
    border-radius: 20px;
    font-size: 95%;
    font-weight: bold;
}

#menu ul li a:hover {
    background-color: #223377;
}


#image {
    position: fixed;
    top: 100px;
    bottom: 10px;
}

img {
    border: none;
    height: 100%;
}


h1, h2, h3, h4 {
    font-family: Optima, Verdana, sans-serif;
}
    
h1 {
    font-size: 140%;
}
    
h2 {
    font-size: 120%;
}

