



#content {
   max-width: 640px;
    background: #eaeaea; 
}

a:active {
    color: #00ff00;
    text-decoration: underline; 
}
a:link {
    color: #0000ff;
    text-decoration: underline; 
}
a:visited {
    color: #0000ff;
    text-decoration: underline; 
}
a:hover {
    color: #000000;
    text-decoration: underline;
    background: #5599cc; 
}



/*

div
   width: 600px;


div#navigation {width: 200px; background: gray; padding: 10px; }

.headerRow {
    color: #000000;
    text-decoration: underline;
    background: #dddd00; 
}
*/