/* Party like it is 1995 */

body
{
    color:black;
    background:white;
    font-family: Georgia, serif;
    font-size: 0.95em;
    padding: 5px 50px 10px 50px;
}

h1 { font-size: 1.2em; }
h2, h3, h4, h5, h6 { font-size: 1.0em; }

code
{
    background:lavender;
}

pre code
{
    display:block;
}

.dent-date
{
    font-weight: normal;
    display: inline;
    font-size: 0.75em
}

#comments
{
    font-size: 0.85em;
}


#nav
{
    margin-bottom: 12px;
}

#nav a
{
    float: left;
}

.header
{
    text-align:left;
}

.odd
{
    background:lavender;
}
