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

