@charset "utf-8";
/* CSS Document */

a {
text-decoration: none; 
color: darkblue;
}

a:hover {
background-color: #FFFF00;
color: red;
}