
body {
    background-color: white;
    color: black;
    font-family: helvetica;
    text-align: left;
}

a { color: #684;
    font-weight: bold;
}

p.cover { text-align: center; }

b.title {
    background-color: white;
    color: #684;
    font-size: 36pt;
    font-weight: bold;
    font-family: arial;
}

h1,h2,h3,p.chooser,dt a { font-family: arial,sans-serif; }

h1 {
    font-size: 160%;
    text-align: center;
}

h2 {
    background-color: #684;
    font-size: 140%;
    color: white;
    padding: 2px;
    border-color: black;
    border: 1px;
}

h3 {
    background-color: white;
    color: #684;
    font-size: 150%;
    border: 1px;
}

dt {
    font-weight: bold;
    font-size: 140%;
}


hr {
    border: 0;
    color: #684;
    background-color: #684;
    width: 75%;
    height: 1px;
}

p.chooser {
    padding: 0;
    text-align: center;
    font-size: 150%;
    font-weight: bold;
}
p.footer { text-align: center; }

tt { font-family: courier; }

