h1 {
	text-decoration: underline; 
	font-size: 100px;
	font-style:  sans-serif;
	text-align: center;
	color: 008080;
}
body {
	

	padding: 5en;
	margin: 5;
	background: #e0ffff;

}
.one{
	border: solid 10px
}
.two{
	font-size: 30px;
	color: #008080;
	text-align: center;

}
ul{ 
	text-align: center;
	font-size: 35px;
	background-color: #add8e6;
	



}
a{
	color: #008080;

}
li {

	margin: 10px;
	display:inline-block;
	border: solid #008080;
	background-color: #b0e0e6;
}