/*
Design jeux en plein écran
http://free-flash-games..fr/
*/

body
{
	font-family: "Trebuchet MS", Verdana,  Arial, Georgia, serif;
   margin: auto;
   background: #F8F8FF;
   text-align:center;
}

a
{
   text-decoration: none;
}
a:hover
{
   color: #FF0000;
}
