/*
 * (c) 2004-2006 Brian Kell <abodeman@yahoo.com>
 * http://www.zifyoip.com/
 */

/* Page layout */
html { background-color: black; }
body {
    background-color: white;
    color: black;
    border: 1em solid black;
    margin: 0;
    padding: 1em;
    font-family: serif;
}

/* Headings */
h1, h2, h3 { background-color: transparent; }
h1, h2 {
    font-family: "trebuchet ms", arial, helvetica, sans-serif;
    font-weight: normal;
    padding-bottom: 0;
    padding-top: 0;
    text-align: left;
    vertical-align: text-top;
}
h1 { font-size: 200%; margin-top: 0; margin-bottom: 0.25em; }
h2 { font-size: 130%; }

address { font-style: normal; }
cite { font-style: italic; }
dfn { font-style: italic; }

pre { font: 83% monospace; white-space: pre; }
code, samp { color: black; font: 83% monospace; }
pre code, pre samp { font-size: 100%; }

/* A word referred to as a word */
span.word { font-style: italic; }

ul.paragraph-list li { margin: 0.5ex 0; padding: 0.5ex 0.5em; }

div.limerick span.b { position: relative; left: 1em; }