body {
	background-color: #f0f0f0;
	font-family: arial, helvetica, 'sans serif';
	margin: 50px;
	margin-top: 20px;
	text-align: justify;
}

h1 {
	text-align: center;
	letter-spacing: 3pt;
}

h2 {
	text-align: center;
	letter-spacing: 3pt;
	width: 100%;
	border: #808080 1px solid;
	background-color: #e0e0e0;
	margin-top: 30pt;
}

td.rightBorder {
	border-right: #808080 1px solid;
}

.section {
}

.important {
	float: right;
	font-size: smaller;
	border: #808080 1px solid;
	background-color: #e0e0e0;
}

pre {
	border: #808080 1px solid;
	padding: 8pt;
}

