body {
	font-size: 15px;
	font: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #FAFAD2;
	color: #000040;
}

ul {
	list-style: circle;
	line-height: 25px;
	color: #0035CE;
}

ol {
	line-height: 25px;
	color: #0035CE;
}

h1 {
	background-color: White;
	color: Maroon;
	font-size: 17px;
	border-bottom: 1px solid;
	border-color: Black;
	padding: 5px 5px 5px 5px;
	background-image: url(img_logo_main.png);
	background-position: center right;
	background-repeat: no-repeat;
}

h2 {
	font-size: 17px;
	color: Maroon;
}

h3 {
	font-size: 15px;
	color: Maroon;
}

div.code {
	color: #000040;
	padding: 5px 15px 5px 15px;
	background-color: White;
	font-family: "Courier New", Courier, monospace;
	page-break-inside: avoid;
}

a {
	color: Green;
}

a:hover {
  position: relative;
  top: 1px;
  left: 1px;
}

div.footer {
	background-color: White;
	font-size: 12px;
	border-top: 1px solid;
	border-color: Black;
	margin-top: 15px;
	padding: 9px 5px 5px 5px;
}

p.footer {
	background-color: White;
	border-top: 1px solid;
	border-color: Black;
	margin-top: 15px;
	padding: 9px 5px 5px 5px;
}

span.blue {
	color: Blue;
}

span.red {
	color: Red;
}