body {
    background-color: #660000 ;
    font-family: sans-serif ;
    color : #FFFFCC
}

h3 {
    color: orange ;
}

dt {
    color: #00ffff ;
}

a:link { color: darkseagreen ; text-decoration : none }
a:visited { color: cadetblue  ; text-decoration : none }
a:hover { color: blue  ; text-decoration : none }
a:active { color: yellow  ; text-decoration : none }

