body { 
    background-color:blue;
    color: white }
A:link { 
    color:white; 
    background-color:blue;
}
A:active { 
    color:yellow; 
    background-color:blue;
}
A:visited { 
    background-color:blue;
    color:#FFCC99; 
}
h3 { text-align:center; }
dt {
    float:left;
    width:104px;
    line-height:24px; }
dd { line-height:24px; }
