h1 {
    font-family : Verdana, arial, helvetica, sans-serif;
    font-size : large;
    line-height : 125%;
    font-weight : 100;
    margin : 0;
    text-align : center;
}
h2 {
    font-family : Verdana, arial, helvetica, sans-serif;
    font-size : 20px;
    font-weight : normal;
    padding-bottom : 5px;
    border-bottom : 1px solid black;
}
h3 {
    background-color : #004040;
    font-size : 12px;
    line-height : 100%;
    margin : 1px;
}
body {
    color: #000000;
    background-color : #e6e6e6;
    font-family : Verdana, arial, helvetica, sans-serif;
/*    font-size : 105%; */
    margin : 0 0 10px;
    padding-left : 30px;
    padding-right : 30px;
}
ul.plain {
    list-style-type : none;
    margin-left : 5px;
    padding-left : 5px;
}
a:visited {
    color : #800080;
    text-decoration : none;
}
a:link {
    color : #ff0000;
    text-decoration : none;
}
a:hover {
    color : #c00040;
    text-decoration : underline;
}
#banner {
    font-family : verdana, arial, sans-serif;
    color : #fff;
    background : #006060;
    font-size : x-large;
    font-weight : normal;
    border-bottom : 1px;
    border-top : 3px solid #006060;
    padding : 15px;
    text-transform : uppercase;
    letter-spacing : 0.2em;
}
#content {
    float : left;
    position : absolute;
    width : 65%;
    margin-right : 0;
    padding-right : 0;
    padding-top : 15px;
    padding-bottom : 20px;
}
#content h3 {
    color : #ffffff;
    background-color : #006060;
    font-size : large;
    border : 1px solid #70a0a0;
    padding : 5px;
    margin-bottom : 10px;
    font-weight : normal;
}
#links {
    position : absolute;
    left : 70%;
    width : 27%;
    font-size : 80%;
/*    margin-right : 0%;
    padding-right : 0;*/
}
#links h4 {
    color : #e6e6e6;
    background : #006060;
    font-weight : bold;
/*    line-height : 14px; */
    padding : 2px;
    margin-top : 10px;
    text-align : center;
    text-transform : uppercase;
    letter-spacing : 0.2em;
}
#links ul {
    color: #006060;
    padding-left : 20px;
}
#links li {
    text-align : left;
}
img {
    border : none;
}
cite {
    font-style : normal;
}
acronym[title], abbr[title], cite[title] {
    border-bottom : 1px dotted black;
    cursor : help;
}
#title {
    position : absolute;
    top : 0;
    left : 0;
    width : 100%;
    height : 50px;
}
#entries {
    position : absolute;
    top : 50px;
    left : 0;
    width : 76%;
    margin-left : 2%;
    margin-right : 2%;
}
#footer {
    background : #c9c994;
    padding-top : 5px;
    text-align : right;
}
.code {
    font-family : courier, monospace;
    font-size : 10pt;
    line-height : 110%;
    margin-left : 4em;
}
.centre {
    text-align : center;
}
.inlinecode {
    font-family : courier, monospace;
    font-size : 10pt;
    line-height : 110%;
}
.toc {
    margin : 1px 0 2px;
}
.blogfooter {
    font-size : x-small;
}

