body {
background-image: url('../images/bg.png');
}
a {
color: black;
text-decoration: none;
}
a:hover {
color: red;
text-decoration: none;
}