/*override background color */
body {
    background-color: white;
}
/*underline links ...*/
a {
    color: #2b582b;
    text-decoration: underline; 
}
/* ...except in the navigation bar */
.nav>li>a {
    text-decoration: none;
}