section {
	float: left;
	width: 100%;
	margin: 2em 0 0 0;
	padding: 0;
}
	
section p a, section p a:visited  {
	color: #0298C6;
	text-decoration: none;
	border-bottom: dotted 1px #7edefc;
}
	
section p a:hover {
	color: #bfa700;
	border-bottom: dotted 1px #bfa700;
}