html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, address, img, form,
dl, dt, dd, a, strong, em, br, hr {
	background-color: silver;
	margin: 0em;
	padding: 0em;
	border: 0em;
	color: maroon;
	font-family: sans-serif;
	font-size: 1em;
	font-weight: normal;
}

body {
	max-width: 50em;
	margin: 0 auto;
	padding: 1em;
/* 	border: 2px solid gray; */
}

h1 {
	font-size: 2em;
	font-family: 'Bitstream Vera Serif', 'DejaVu Serif', 'FreeSerif', 'Nimbus Roman No9 L', serif;
	font-weight: bold;
	color: navy;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 1.5em;
	font-family: 'Bitstream Vera Serif', 'DejaVu Serif', 'FreeSerif', 'Nimbus Roman No9 L', serif;
	font-weight: bold;
	color: navy;
	margin-bottom: 0.5em;
	border-bottom: 0.1em solid navy;
}

p {
	font-size: 1em;
	font-family: sans-serif;/*'Bitstream Vera Serif', 'DejaVu Serif', 'FreeSerif', 'Nimbus Roman No9 L', serif;*/
	margin-bottom: 1em;
	text-align: justify;
}

ul {
	margin-left: 2em;
	margin-bottom: 0.5em;
}

strong {
	font-weight: bold;
	background-color: transparent;
}

a {
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: navy;
}

hr {
	border-bottom: 0.1em solid maroon;
	margin-bottom: 0.5em;
}

address {
	font-style: italic;
	text-align: right;
}

form {
	margin-bottom: 1em;
}

form fieldset dl dt {
	clear: left;
	float: left;
	width: 7em;
	text-align: right;
	font-weight: bold;
	padding: 0.5em;
}

form fieldset dl dd {
	margin-left: 8em;
	padding: 0.5em;
}

form fieldset input[type=text], form fieldset textarea {
	width: 100%;
}


