 body { 
    background-color: white; 
    color: black; 
    font-family: Verdana, sans-serif; 
} 

/* 3. Text-only Link Rules (Leaves Shield Layouts Alone) */ 
p a:link, div a:link { 
    color: #00ffcc; /* Bright cyan/teal */ 
    text-decoration: underline; 
} 
p a:visited, div a:visited { 
    color: #ff99ff; /* Bright retro pink/magenta */ 
} 
p a:hover, div a:hover { 
    color: #00a383; /* Visible dark teal on hover */ 
}
