#mainfeature a
{
display: inline;
color: blue;
background-color: #f0e7d7;  
//* width: 10em; *//
padding: .1em .1em .1em .1em;
}
#mainfeature a:link {
    text-decoration: underline;
    color: #0000FF;
}

#mainfeature a:visited {
    text-decoration: underline;
    color: #660099;
}

#mainfeature a:active {
    text-decoration: underline;
    color: #FF0000;
}
#mainfeature a:hover {
    text-decoration: underline;
    background-color: #e0e0e0;
}

#field-trips a {
	display: inline;
    color: #ffffff;
 }