html
{
	background-color: white;
}
h1
{
	color: black;
	text-decoration: underline;
	text-align: center;
	font-size: 35px;
}	
h2
{
	color: ;
text-align: center;
text-decoration: underline;
}
h3
{
	text-align: center;
	font-size: 25px;
	
}
h4
{		
	text-align: center;
	font-size: 25px;
}
h5
{
	font-size: 25px;
}
p
{
	text-align: center;
	font-size: 25px;
}

ul
{
	color: white;
	list-style: none;  
}


a
{
	color: gray;
}
a:hover
{
		color:teal;
}	
a:visited
{
	color: rgb(30,127,203);
}
body .prenom a:hover
{
	color: gray;
}
body .prenom a:visited
{
	color: teal;
}

 