body {
    background-color: #ffffff;
}

table.menu {
    margin: 1em; 
    border: 1px solid #ccc;
}


hr {
    color: #0f0f0f;
}

h1 {
    font-family: sans-serif;
    font-weight: normal;
    padding-left: 10;
}

h2 {
    font-family: sans-serif;
    font-weight: normal;
    padding-left: 10;
    margin-bottom: 5;
}

p {
    color: #4f4f4f;
    margin-bottom: 0;
    margin-top: 8;
    padding-left: 10;
    font-size: 90%;
    font-family: sans-serif;
}

p.worktitle {
    margin-top: 6;
    margin-bottom: 0;
    color: #000000;
    font-size: 95%;
    font-style: oblique;
}

p.workcredit {
    margin-top: 0;
    margin-bottom: 6;
    color: #000000;
    font-size: 85%;
}

p.citation {
    margin-top: 10;
    margin-bottom: 10;
    color: #4f4f4f;
    padding-left: 20;
    padding-right: 20;
    font-size: 90%;
    font-style: oblique;
    font-weight: normal;
}

p.alsosee {
    font-size: 75%;
    margin-top: 0;
    margin-bottom: 0;
}

p.smallprint {
    margin-top: 2;
    margin-bottom: 2;
    font-size: 70%;
}

ul {
    color: #4f4f4f;
    margin-bottom: 0;
    margin-top: 8;
    font-size: 90%;
    font-family: sans-serif;
}


hr {
    color: #f0f0f0;
}

a:link {
    color: #060606;
    text-decoration: none;
    font-family: sans-serif;
}
a:active {
    color: #060606;
    text-decoration: none;
    font-weight: bold;
    font-family: sans-serif;
}
a:hover {
    color: #060606;
    text-decoration: none;
    font-weight: bold;
    font-family: sans-serif;
}
a:visited {
    color: #4f4f4f;
    text-decoration: none;
    font-style: oblique;
    font-family: sans-serif;
}
