* {
    background-color: black;
    color: white;
}
body, blockquote, dd, dl, dt, h1, h2, h3, h4, h5, h6, ol, pre, table, td, th, tr, ul {
    background-color: black;
    color: white;
}

a:link {
    background-color: black;
    color: yellow;}
a:active {
    background-color: black;
    color: red;
}
a:visited {
    background-color: black;
    color: violet;
}

p {
    background-color: black;
    color: white;
    font-family: serif, arial, helvetica, geneva, sans-serif;
    font-size: 11pt;
}

hr.sig {
    text-align: left;
    width: 2in;
}

.centered {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.small {
    font-size: 90%;
}
.smaller {
    font-size: 75%;
}
.top {
    vertical-align: top;
}
.underline {
    text-decoration: underline;
}

