.yellowunderline a:active {color: #E3FF13; text-decoration: underline}
.yellowunderline a:link {color: #E3FF13; text-decoration: underline}
.yellowunderline a:visited {color: #E3FF13;text-decoration: underline}
.yellowunderline a:hover {color: #E3FF13; text-decoration: none}

.green a:active {color: #243E1C; text-decoration: none}
.green a:link {color: #243E1C; text-decoration: none}
.green a:visited {color: #243E1C;text-decoration: none}
.green a:hover {color: #243E1C; text-decoration: underline}

.greenunderline a:active {color: #243E1C; text-decoration: underline}
.greenunderline a:link {color: #243E1C; text-decoration: underline}
.greenunderline a:visited {color: #243E1C;text-decoration: underline}
.greenunderline a:hover {color: #243E1C; text-decoration: none}

BODY 
{background-color: #84ba59; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
color: #243E1C;}

