/*
 * Simple stylesheet for main index page
 * Works with/overrides the common primary.css
 * (c) Brian Perry
 */
 
body {
    font-family: "Trebuchet MS", Arial, sans-serif;
    color:slategray; /* #708090 - (112, 128, 144) */
    background-color:white;
    font-size: 100%;
}

a {
    color: black;
    text-decoration: underline;
}

a:hover  {
    color: black;
    background-color: white;
    text-decoration: underline;
}

.note {
    color:black;
    font-size: 65%;
}

.sidebar {
    color:black;
    background-color:slategray;
}

