/* CSS Document */

a {
color:#006600;
background:transparent;
text-decoration:none;
}
a:hover {
color:#33CC00;
background:transparent;
text-decoration:underline;
} 