@charset "UTF-8";
a {
text-decoration:none;
color:grey;
}
a:hover{
color:red;
text-decoration:none;
}