/* Shows the font resizing tool */

#fontchanger {
	display: inline;
	float: right;
	padding: 1em;
	font-size: 1.4em;
}

/* Used particularly for underlining the relevant letters for the access keys */
.underline {
	text-decoration: underline;
}

.contentboxfooter p {
	padding: 0;
}

.contentbox {
	border: 1px solid #c5dbeb;
	width: 32.5%;
}