#words p {
	color: white;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	font-family: trebuchet ms;
	margin-left: 15px;
	margin-right: 0px;
	
	line-height: 1.2em;
}
#words a {
	color: white;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	font-family: trebuchet ms;
	margin-left: 15px;
	margin-right: 0px;
	text-decoration:underline
	
	line-height: 1.2em;
}

#words a:hover {
	color: yellow;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	font-family: trebuchet ms;
	margin-left: 15px;
	margin-right: 0px;
	text-decoration:underline
	
	line-height: 1.2em;
}
