body {
	background-color: white;
	font-family: Arial, Tahoma;
	font-size: 11pt;
	color: gray;
}
a {
	font-size: 11pt;
	color: #009fda;
	font-weight: bold;
}

div.content {
	margin-top: 100px;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
}

div.dark {
	background-color: #009fda;
	color: white;
	font-weight: bold;
	padding: 3px;
}
