/* nog.css */
/* Basic, generic style for nog.net documents */
/* $Id: nog.css,v 1.5 1999/03/23 17:41:11 tmonroe Exp $ */

BODY {
    background-color: white;
}

P { 
    font-family: serif; 
    text-align: left;
}

A:link { color: green; }

A:visited { color: purple; }

PRE { font-family: monospace; }

H1.top {
    font-family: sans-serif;
    font-style: bold;
    text-align: center;
}

H2.top {
    font-family: sans-serif;
    font-style: demi-bold;
    text-align: center;
}

DIV.cvstag {
    font-family: monospace;
    font-size: x-small;
}

DIV.textnav { 
    font-family: sans-serif; 
    text-align: center;
}

DIV.buttonbar {
    float: center;
    text-align: center;
}

EM.hork {
    font-family: sans-serif;
    font-size: large;
    font-style: bold;
}

H1.splat { 
    font-family: serif;
    font-size: large;
    font-style: bold;
    text-align: center;
    letter-spacing: 0.5em;
}

EM.bitch {
    font-family: sans-serif;
    color: blue;
    font-style: normal;
}
