body
{
background-color: silver;
color: white;
font-size: 2em;
font-family: verdana;
font-style: bold;
}

a
{
text-decoration: none;
color: white;
}
a:hover /* Quand le visiteur pointe sur le lien */
{
text-decoration: underline;
}

.websites-listing
{
list-style-type: none;
padding-left: 33%;
padding-top: 10%;
}

.email
{
font-size: 0.5em;
text-align: center;
}