body { 
	font-family: sans-serif;
	background: rgb(255,255,255);
	color: black;
}
h1 {
	margin-top: 0.1em;
	margin-bottom: 0.2em;
	font-size: x-large;
	text-align: left;
}
h2 {
	margin-top: 0.05em;
	margin-bottom: 0.1em;
	font-size: large;
	text-align: left;
}
/* H6 is used for lines under headings */
h6 {
	font-size: medium;
	text-align: left;
	font-weight: bold;
}
div.header {
	background: rgb(240,255,240);
	border-style: solid;
	border-width: 2px;
	border-color: black;
	padding: 0.1em;
}
p.hdescr {
	text-align: center;
	font-weight: bold;
	margin-bottom: 0.1em;
}
p.info {
	text-align: justify;
	margin-left: 2em;
	margin-right: 2em;
	color: #333333;
}
div.list {
	background: #ccccff;
	color: #000000;
	border: 2px solid blue;
}
div.intro {
	padding: 5% 5% 5% 5%;
	background: #cccccc;
	color: #003366;
	border: none;
}
em { color: green; font-weight: bold; }
strong { text-transform: uppercase; font-weight: bold; }

