body {
  color: white;
	line-height: 1;
	background-color: #f5a097;
	text-align: center;
}

p{
	font-size: 110%;
	color:white;
	font-family: 'Courier New';
	line-height: 125%;
	padding: 10px;
	padding-top: 15px;
	background-color: black
}

p a{
	color:pink;
	text-decoration: none;
}
p a:hover{
	color:red;
	text-decoration: underline;
}

UL{
  color: white;
	font-size: 110%;
	font-family: 'Courier New';
	line-height: 125%;
	padding-right: 50px;
	padding-left: 50px;
	background-color: black;
	outline: 2px solid white;
}

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