h2 {
	color: yellow;
	background-color: #FC9804;
	border: 4px solid blue;
	text-align: center;
}
body {
	background-image: url("ko.gif");
}

h1 {
	color: yellow;
	text-align: center;
	background-color: black;
	border: 6px solid blue;

}
p {
	color:yellow;
	font-weight: bold;
	border: 4px double blue;
	text-align: center;
	font-size: 15px;
	background-color: grey;
}

li {
	color: yellow;
	font-size: 20px;
}
a {
	color: red;
}
a:hover {
	color: yellow;
	font-style: italic;
	font-size: 30px;
	background-color: black;
	text-transform: uppercase;
	
}
a.you {
	color: green;
}
#liste {
	background: red;
	border: 4px dotted blue;
}