
}body {
	line-height: 1;
	background-color: white;
	background-image: url(https://img.freepik.com/free-photo/abstract-surface-textures-white-concrete-stone-wall_74190-8189.jpg);
	text-align: center;
}

p{
	font-size: 110%;
	font-family: Verdana;
	line-height: 125%;
	padding: 10px;
	padding-top: 15px;
	background-color: white;
	outline: 1px solid red;
}

p a{
	color:blue;
	text-decoration: none;
}
p a:hover{
	color:black;
	text-decoration: underline;
}

UL{
	font-size: 110%;
	font-family: Verdana;
	line-height: 125%;
	padding-right: 50px;
	padding-left: 50px;
	background-color: orange;
	outline: 2px solid red;
}

.myClass{
	text-align: left;
	outline: 2px black dashed;
}