a { color: green;
   text-decoration: none;
}
a:link { color: #286828
}

a:visited { color: #333333
}

a:active { color: #333333
}

a:hover { text-decoration: underline;
          font-weight: bold;
}

body { background-color: #bcd7bc;
   color: #000000;
}

p { text-align: justify
}

