/* CSS Document */
body{
background-color: black;
font-family: verdana;
color:white;
text-align: center;
}

a{
color:white;
text-decoration: none;
}

a:hover{
color:#ffcc99;
}

.index{
font-size: 36pt;
}

.entrer{
text-align: center;
font-size: 30;
}

