* {
    font-family: helvetica,sans-serif;
    text-decoration: none;
}

code, pre, tt {
    font-family: monospace;
}
body {
    margin:0;
    padding:0;
}

.header {
    text-align:center;
    border-top: 1px solid #003BAA;
    border-bottom: 1px solid #003BAA;
    background-color: #003BAA; 
    color: #DEE7F7;
}
.header p{
    color: #DEE7F7;
    margin: 1em;
}
.header h1{
    font-size:200%;
}
.header h2{
}
.header h3{
}
.header a{
    font-weight:bold;
    color: #DEE7F7;
}
.header a:hover{
    font-weight:bold;
    text-decoration: underline;
}


.footer {
    text-align:center;
    border-top: 1px solid #003BAA;
    border-bottom: 1px solid #003BAA;
    text-transform: lowercase;
    color: #DEE7F7;
    background-color: #003BAA; 
}

.footer p{
    color: #DEE7F7;	
    margin: 1em;
}
.footer h1{
}
.footer h2{
}
.footer h3{
}
.footer a{
    font-weight:bold;
    color: #DEE7F7;
}
.footer a:hover{
    font-weight:bold;  
    text-decoration: underline;
}


.content{
    width: 60ex;
    min-width:400px;
    margin-left: auto;
    margin-right:auto;
    margin-top: 25pt;
    margin-bottom: 25pt;
}
.wide_centered {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.content p{
}
.content h1{
}
.content h2{
}
.content h3{
}
.content h4{
    margin-bottom: 0pt;
}
.content a{
}

.content a:hover{
    text-decoration: underline;
}

.content hr{
    border-top: 1px solid #527BBD;
    border-bottom: 0px solid #527BBD;
    border-right: 0px;
    border-left: 0px;
}

.content ul {
    list-style:none;
    margin-left:1.0em;
    padding:0;
}

.content li {
    margin-bottom:0.7em;
}
img { 
    border: 0;
}
img.float_left {
    float: left;
    margin: 0;
    margin-right: 10px;
    margin-bottom: 10px;
}

img.float_right {
    float: right;
    margin: 0;
    margin-left: 10px;
    margin-bottom: 10px;
}

dl.bib2xhtml blockquote { 
    text-align: justify;
    font-size: 90%;
}

.abstract {
    text-align: justify;
    font-size: 90%;
    margin: 0.5em;
}

.spaced {
    padding-top: 1em;
}
