body {
margin : 4px;
color : #002200;
background: #ffffee;
}

b {
color: Maroon;
font-weight: bold;
}

i {
color: #000090;
font-style: italic;
}

.ttsmall {
font-size: xx-small;
font-family: "Courier", "Courier New", "Monospace";
}

.tttiny {
font-size: small;
font-family: "Courier", "Courier New", "Monospace";
}



a:link { color: #00AA88; }

a:visited { color: #008844; }

.grey {
color: grey;
}

.green {
color: green;
}

.center {
text-align: center;
}

.img-center {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.red {
color: red;
}

.maroon {
color: #800000;
}

.navy {
color: navy;
}

.blue {
color: blue;
}

.bg_shade1 {
    background: #eeeeee;
}

.bg_shade2 {
    background: #eeffdd;
}

.bg_shade3 {
    background: #ffffdd;
}

.bg_shade4 {
background: #ddeecc;
}



