body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px;
	line-height: 1.5;
}

a {
	color: #2457A7;
	text-decoration: none;
}

/* Hover state */
a:hover {
	color: #22B1D7;
	text-decoration: underline;
}

.small-text {
	font-size: 12px;
}