body {
	color: black;
	background-color: white;
}
h1 {
	background-color: white;
	color           : black;
	font-family     : Times New Roman,Verdana,Arial,Helvetica,sans-serif;
	font-size       : 3em;
	font-weight     : bold;
	text-align      : left;
	border-left     : red 10px solid;
	border-bottom   : red 10px solid;
	padding-bottom  : 2pt;
	padding-left    : 12pt;
	margin-bottom   : 1em;
}
h2 {
	background		: white;
	color           : black;
	font-weight     : bold;
	font-size       : 1.5em;
	border-bottom   : red 2px solid;
	border-right    : red 10px solid;
	margin-bottom   : 3em;
	text-align      : right;
}
h3 {
	background-color: white;
	color           : black;
	font-size       : 1em;
	font-weight     : normal;
	text-align      : center;
	padding         : 0.3em;
	margin-top      : 2em;
	margin-bottom   : 2em;
	border-top      : red 5px solid;
	border-bottom   : red 5px solid;
}
div.return{
	color          : black;
	font-size      : 1em;
	font-weight    : bold;
	text-align     : right;
}

