body
{
	background-color: black ;
	color: white;
	font-family: "Courier New", Courier, monospace;

}

a
{
	color: white;
	text-decoration: none;
	
}

h1
{
	font-weight: normal;
}

#liens ul
{
	list-style-type: none;
  	margin: 0;
  	padding: 0;
}

#texte
{
	width: 400px;
	margin-top: 50px;
	margin-left: 50px;
}

#liens
{
	margin-left: 70px;
}