body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
}

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

.header {
	font-size: 1em;
	font-weight: bold;
}

a.header { text-decoration: none; }
a.header:hover { text-decoration: underline; }

div.header {
        border-top: 2px solid #124;
	border-bottom: 2px solid #124;
	background: #8ab;
	padding: 0.4em 1em;
}
	
div.footer {
        border-top: 2px solid #124;
	border-bottom: 2px solid #124;
	background: #8ab;
	padding: 0.2em 1em;
	font-size: 0.7em;
	text-align: right;
}

h1 {
	font-size: 1.2em;
	text-align: center;
}
h2 {
	font-size: 1.2em;
	border-bottom: 1px solid #000;
	margin-left: 1em;
	margin-right: 1em;
	font-weight: bold;
}
h3 {
	font-size: 1em;
	text-decoration: underline;
	margin-left: 2em;
	margin-right: 2em;
	font-weight: bold;
}

pre {
	margin-left: 3em;
}

img { border: 1px solid #000; }

ul, p {
	text-indent: 1em;
	margin-left: 2em;
	margin-right: 2em;
	text-align: justify;
}


