body {
	line-height: 1;
	text-align: center;
	color: white;
}


.radiopens-body {
  line-height: 1;
	background-color: yellow;
	background-image: url(https://gabestash.neocities.org/backgrounds/blue/blue3.png);
	text-align: center;
	color: yellow;
}


p{
	font-size: 110%;
	font-family: Verdana;
	line-height: 110%;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #008B8B;
	outline: 2px #B8860B;
	display: inline-block;
	border-radius: 30px;
}

p a{
	color:white;
	text-decoration: none;
	font-size: 110%;
	font-family: Verdana;
	line-height: 125%;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #008B8B;
	outline: 2px #B8860B;
	display: inline-block;
	border-radius: 30px;
	
}
p a:hover{
	color:purple;
	text-decoration: underline;
}

UL{
	font-size: 110%;
	font-family: Verdana;
	line-height: 125%;
	padding-right: 50px;
	padding-left: 50px;
	background-color: pink;
	outline: 2px solid red;
}

.myClass{
	text-align: left;
	outline: 2px purple dashed;
}