﻿html,body 
{
 margin:0;
 padding:0;   
}

body 
{
    font-family: Verdana;
    text-align: center;
    margin-top: 3em;
}

div#container  
{
    width: 36em;
    margin: 0 auto;
    text-align: left;
}

div#header 
{
    padding-bottom: 1em;
    border-bottom: .1em solid Black;
}

div#header a 
{
    color: Blue;
    text-decoration: none;
}

div#header a:hover 
{
    color:Blue;
    text-decoration: underline;
}

div#header h1 
{
    font-size: 1.2em;
    font-weight: bold;
    color: Black;
    letter-spacing: normal;
}

div#header h2  
{
    margin: 0;
    padding-top: .5em;
    font-size: .9em;
    font-weight: normal;
    color: Black;
    padding-left: 1.5em;
    margin-top: -1em;
}

#navigation 
{
    text-align: right;
    padding-top: 0em;
    padding-bottom: 0em;
}


#navigation li 
{
    display: inline;
    font-size: .8em;
    padding-right: .5em;
    padding-left: .5em;
    color: Blue;
}

#navigation li a 
{
    font-size: 1em;
    font-weight: normal;
    padding-right: .5em;
    padding-left: .5em;
    text-decoration: none;
}

#navigation li a:hover 
{
    text-decoration: underline;
}

div#content 
{
    font-size: .8em;
    line-height:1.25em; 
}

div#content a
{
    text-decoration: none;
    color: Blue;
}

div#content a:hover
{
    text-decoration: underline;
}

div#content dl 
{
    margin-bottom: 1.5em;
}

div#content h1 
{
    font-size: 1em;
    font-weight: bold;
    color: Black;
    text-decoration: none;
    border-top: .1em solid Black;
    padding-top: .3em;
    border-bottom: .1em solid Black;
    padding-bottom: .3em;
    background-color: #F9F9F9;
}

div#content h2 
{
    font-size: 1.2em;
    font-variant: small-caps;
    color: Navy;
    text-decoration: none;
    text-align: right;
}

div#footer 
{
    margin-top: .8em;
    font-size: .7em;
    margin:0 auto;
    text-align: center;
    clear: both;
    padding: .8em;
    border-top: .1em solid Black;
    border-bottom: .1em solid Black;
}

#abstract 
{
    font-size: .75em;
    font-weight: normal;
    margin-left: 2em;
    margin-right: 1em;
    line-height:1.25em;
    border-top: .1em solid Black;
    border-bottom: .1em solid Black;
}