BODY       { color: Blue; } 
H1 { color: Blue; font-size: 150%}
H2 { color: Blue; font-size: 125%}

A:link    { color: Red; } 
A:visited { color: Purple; } 
A:active  { color: Purple; } 
A.menu:link    { color: White; text-decoration: none; } 
A.menu:visited { color: White; text-decoration: none; } 
A.menu:active  { color: Yellow; text-decoration: none; } 
A.selected:link    { color: Yellow; text-decoration: none; } 
A.selected:visited { color: Yellow; text-decoration: none; } 
A.selected:active  { color: Yellow; text-decoration: none; } 

U.remove {text-decoration: none; }