h1 {
	/* background-color: ff5b2a; */
	text-align: center;
	font-size: 24pt;
	font-weight: bold;
	background-position: center;
	padding: 17px;
	border: double;
}


h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-weight: bold;
	background-color: #B1211C;
	background-position: center;
	text-align: center;
	padding: 15px;
	/*border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;*/
}

body {
	/*background-color: #8cd5d6;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #343b3d;
	margin-left: 10%;
	margin-right: 10%;
	/*border-style: solid; */
	border-left: dotted 4px;
	border-right: dotted 4px;
	/*border-width: 1px;*/
	font-size: 12pt;
	padding: 10px;
	/*padding-left: 10px;
	padding-right: 10px;*/
}

.content {
	background-color: #FFD98C;
	padding: 10px;
}

.quote {
	background-color: #8cd5d6;	
	font-size: 10pt;
	text-shadow: #CCCCCC;
	font-style: italic;
}
.hint {
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	font-style: italic;
}
.highlight {
	background-color: #8cd5d6;	
}
.code {
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	margin-left: 15%;
	margin-right: 15%;
	background-color: #CCCCCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
}

.license {
	margin-left: 15%;
	margin-right: 15%;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
