body {
	margin: 0px;
	padding: 0px;
}

* { 
	font-family:  Verdana, Arial, Helvetica, sans-serif, monospace; 
}

p, ul {
	text-align: justify;
	font-size: 8pt;
	
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 5px;
	
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}

strong 	{ 
	font-weight: bold
}

a {
	text-decoration: none
}

a:hover {
	text-decoration: underline
}

.update {
	text-align: right;
	float: right;
	font-size: 10px;
}


img {
	border: none;
}

h1 {
	color: black;
	background-color: #f0f0f0;
	background-image: url("title-background.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0px;
	padding: 5px 5px 15px 10px;
	border-bottom: 1px black dashed;
	font-size: 16pt;
}

h2 {
	padding: 5px 5px 3px 5px;
	border-bottom: 1px #B0B0B0 solid;
	font-size: 12pt;
}

.content {
	margin: 10px 20px 20px 20px;
}

.footer {
	position: absolute;
	bottom: 0px;
	border-top: 1px black dashed;
	text-align: right;
	font-size: 10px;
	color: black;
	background-color: #BFD0DA;
	background-image: url("footer-background.jpg");
	background-repeat: no-repeat;
	background-position: bottom left;	
	width: 100%;
	height: 76px;
	margin: 0px;
	padding: 0px;
}

.footer * {
	padding: 5px;
}

