/* General page layout
---------------------------------------------- */
body {
        margin-left : 10%;
        margin-right : 10%;
        margin-top : 20;
        padding : 0;
        background : #eeeeee;
        color : #111;
        font-size: small;
        font-family:  'Trebuchet MS', Helvetica, sans-serif;
}
.noticebox {
        font-style : italic;
        font-size : small;
		border : 1px solid #ccc;
		background : #DDDDDD;
}

h1 {
		margin-left : -2em;
        font-size: 120%;
}

h2 {
		margin-left : -2em;
		font-size: 110%;
}

h3 {
		font-size: 100%;
}

pre.codebox {
        font-size:  small;
        padding : 3px;
        margin-left : 0%;
        margin-right: 10%;
        border: 1px solid #ccc;
        white-space : pre;
        background : #FFFFEE;
}

dl {
        margin-top : 0;
        margin-bottom : 0;
}

dl.sublist {
        margin-left : 3em;
        margin-top : 0; 
}

dt {
        font-weight : bold;
        font-family : 'Courier New', Courier, sans-serif; 
}


p.copyline {
        font-size : x-small;
}

p.date {
        font-size : x-small;
        margin-left : 75%;
}
