body {
	line-height: 1;
	background-color: rgb(177, 216, 249, 0.5);
	background-image:;
	text-align: center;
}
p{
	font-size: 110%;
	font-family: "Comic Sans MS";
	line-height: 125%;
	padding: 10px;
	padding-top: 15px;
	background-color: rgb(125, 144, 184, 0.3);
	outline: 3px solid darkblue;
}
center{
  font-family: "Comic Sans MS";
}

p a{
	color: darkred;
	text-decoration: none;
}
p a:hover{
	color:red;
	text-decoration: underline;
}

UL{
	font-size: 110%;
	font-family: "Comic Sans MS";
	line-height: 125%;
	padding-right: 50px;
	padding-left: 50px;
	background-color: rgb(125, 144, 184, 0.3);
	outline: 3px solid darkblue;
}