@charset "utf-8";
/* CSS Document */

body{
	background-color:#DDD4D5;	
}
h1{
	font-weight: bold;
	text-shadow: 2px 2px #7E2D2E;	
}
ul{
	list-style:none;
	
	
}
ul li{
	width: 500px;	
	background-color:#7E2D2E;
	border-radius: 5px;
	text-align:center;
	color:white;

}
a{
	color:white;	
}
a:hover{
	color:#F7DF08;	
}