body { text-align: center; }
* { font-family: Calibri, sans-serif; }
h1 {
	font-size: 3em;
	color: #d51;
}
.element {
	color: black;
	text-decoration: none;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	margin: 20px;
	font-size: 20pt;
	background-color: #ddd;
	border: 1px #aaa outset;
}
.textblock { text-align: left; margin: 0 auto; display: inline-block; }
code { color: #d51; font-weight: bold; }