html
{
	margin: 0px;
	padding: 0px;
}

body
{
	max-width: 1024px;

	font-size: 0.85em;
	font-weight: medium;
	font-family: verdana, helvetica, sans-serif, courier, monospace;

	margin: 0px;
	padding: 0px;
}

h1 { font-size: 1.55em; }
h2 { font-size: 1.30em; }
h3 { font-size: 1.00em; }

a
{
	font-weight: bold;
	text-decoration: none;
}

a:link { color: #000; }

a:visited { color: #666; }

a:hover, a:active { text-decoration: underline; }

acronym
{
	border: none;
	cursor: help;
}

#container
{
	max-width: 80%;

	margin: 1.75em;
	padding: 1.75em;

	background: #ddd;
	color: #333;
}

#navigation { background: #d0d0d0; }

#main p { text-indent: 1.85em; }

#footer
{
	border-top: 1px dashed #888;
	color: #888;
	font-size: 0.80em;
}
