/*General elements*/

A:link, A:visited, A:active {
text-decoration:none;
}

A:hover {
text-decoration:underline;
}

IMG {
border:0px;
}
