/* Copyright: Pieter du Preez <pdupreez@bitloq.com> */

body {
	color:#000000;
	background:#B0F090;
	margin:0.5em;
	padding:0.5em;
	font-family: "courier new", "courier", monospace;
	font-size: 1.0em;
	font-weight:bold;
}

h1 {
	font-weight:bold; clear:left;
	color:#000000;
	background-color:#309030;
	padding:0.4ex;
	text-decoration:none;
	font-size: 2em;
	text-align: center;
}

h2 {
	font-weight:bold; clear:left;
	color:#000000;
	background-color:#709040;
	padding:0.2ex;
	text-decoration:none;
	font-size: 1.2em;
}

h3, h4, h5, h6 {
	font-weight:bold; clear:left;
	color:#000000;
	background-color:#709040;
	text-decoration:none;
	font-size: 1.0em;
	text-align: justify;
}

a {
	text-decoration:underline;
	color:#709040;
	font-weight:bold;
}

a:visited {
	color: #000000;
}

a:hover {
	color: #FF0000;
	text-decoration:none;
}

a:focus {
	color: #FF0000;
	text-decoration:none;
}

a:active {
	color: #FF0000;
	text-decoration:blink;
}

.alt {
	display: none;
}
