body {
  color: #FFFFFF;
	line-height: 1;
	background-color: black;
	text-align: center;
	font-family: 'msgothic';
}

p{
  color: #FFFFFF; 
	font-size: 110%;
	font-family: 'msgothic';
	line-height: 125%;
	padding: 10px;
	padding-top: 15px;
	background-color: black;

}

p a{
	color:#4c98ff;
	text-decoration: none;
}
p a:hover{
	color:purple;
	text-decoration: underline;
}

UL{
  color: #FFFFFF;
	font-size: 110%;
	font-family: 'msgothic';
	line-height: 125%;
	padding-right: 50px;
	padding-left: 50px;
	background-color: black;
	outline: 2px solid red;
}

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