body{
    background: white url(../images/background3.gif);
    font-family: Verdana, Arial, sans-serif;
    font-size: small;
}
a {
    color: #113695;
}
a:hover {
    background: #ddd;
}
dt {
    font-weight: bold;
}
dd {
    text-align: justify;
    margin-bottom: 5px;
}
#header {
    color: #113695;
    margin: 20px 10px;
    font-weight: bold;
    font-style: italic;
}
#header h1, #header h3{
    margin: 0px;
    padding: 0px;
    line-height: 0px;
}
#header a:hover {
    color: #fff;
    background: #446BD2;
}
.title{
    font-size: xx-large;
}
.subtitle{
    font-size: medium;
}
.topnav{
    display: inline;
    background: #446BD2;
    color: white;
    padding: 3px 10px;
    font-weight: normal;
    font-style: normal;
}
.topnav a{
    color: white;
}

.imagebox{
    float: left;
    text-align: center;
    font-style: italic;
    margin: 10px;
}
p {
    text-align: justify;
}
#leftmenu{
    width: 125px;
    float: left;
}
#content{
    margin:0px 150px;
}
a.link {
    display: block;
    margin: 8px;
}
blockquote p {
    font-style: italic;
}
.reference {
    font-style: normal;
    font-size: smaller;
}
.smaller {
    font-size: smaller;
}
.larger {
    font-size: larger;
}
a img {
    border: 0px;
}
.center {
    text-align: center;
}