body {
    background-image: url('images/fond.gif');
    background-color: #f0f0d0;
    font-family: Arial, sans-serif;
}

h1 {
    text-shadow: 2px 2px 2px yellow;
}

a {
    text-decoration: none;
    color: darkblue;
    font-weight: bold;
}

a:hover {
    color: red;
    background-color: yellow;
}

img {
    margin: 5px;
}
