body, ul {
	background-color: #FFFFFF;
	margin: 40px;
	list-style: none;	
}

a {
	font-family: "Work Sans", sans-serif;
	font-size: 72px;
	color: #ff0066;
	margin: 10px;
	text-decoration: none;
}

a:hover
{
	color: #FFF;
	background: #ff0066;
}

h1.large {
  font-family: "Work Sans", sans-serif;
  font-size: 72px;
  color: #000000;
  width: 800px;
  text-decoration: none;

.largetext {
	font-size: 72px;
	color: #000000;
	width: 800px;
	text-decoration: none;
	
}

.smalltext {
	margin: 20px 0px 0px 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}
