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

body{
    background:#fff url( logo.small.gif ) no-repeat top right;
    color: #5a007d;
    font: 62.5% Tahoma, Arial, Helvetica, Verdana, sans-serif;
}

body.large {
    background-image: url( logo.large.gif );
    font-size: 125%
}

a, a:visited {
    color: #5a007d;
    text-decoration: none;
}

a:hover {
    color: #9900cc;
    text-decoration: underline;
}

#header{
    margin: 40px 20px 20px;
}

#content{
    padding-bottom: 40px;
    margin: 20px 20px 20px;
    font-size: 1.2em; 
}

body.title #content {
    font-size: 1.4em;
}


#footer{
    background: #fff url(ruler.small.gif) repeat-x top left;
    text-align: center;
    width: 100%;
}

body.large #footer{
    background-image: url( ruler.large.gif );
}


#footer, a#previous, a#next {
    position: fixed;
    bottom: 0;
    padding: 1em;
}


body.large #footer, a#previous, a#next {
    position: fixed;
}

a#previous, a#next {
    z-index: 1000;
}

a#previous {
    left: 0;
}

a#next {
    right: 0;
}

body.large a#next {
    right: 0;
}

h1{
    font-size: 1.8em;
    text-align: center;
    margin: 0;
    padding: 1em 0 0.5em;
    border-bottom: 1px solid #000;
}

body.title h1 {
    font-size: 2.2em;
    padding: 3em 0 1em;
    border:none;
}

body.title dt {
    display: none;
}

body.title dd {
    margin: 0;
    padding: 0;
    text-align: center;
}

ul {
    margin: 0 1em;
    padding: 0;
    list-style-type: disc;
}

li {
    color: #5a007d;
}

ul ul {
    list-style-type: circle;
}

