body {
	background-image:url(bg.jpg);
	background-color:#111111;
}

div {
	font-family:tahoma;
	color:black;
	font-size:9pt;
}

.img {
	border:1px solid black;
}

.footer {
	color:#666666;
	font-size:7pt;
	text-align:right;
	margin-top:1px;
}

h3 {
	color:blue;
	font-size:14pt;
	margin-top:2px;
	margin-bottom:2px;
}

h4 {
	color:#007236;
	font-size:11pt;
	margin-top:2px;
	margin-bottom:2px;
}

a {
	font-weight:bold;
	color:blue;
}

a:hover {
	font-weight:bold;
	color:#007236;
}
