body /* On travaille sur la balise body, donc sur TOUTE la page */
{
	font-family: "Times New Roman", Times, serif; 
   	color: #C7C7C7;
	font-size: 13px;
	font-weight: normal;
	text-align: justify;
}

li, a
{
	font-family: "Times New Roman", Times, serif;
	text-decoration: none; 
   	color: #59ACD8;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
}

a:hover
{
	font-family: "Times New Roman", Times, serif;
	text-decoration: none; 
   	color: #FCAF23;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
}