@charset "ISO-8859-1";

html { background:#ccb; color:#300; }

body
{	
	width: 55em;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10pt;

	margin: 1em auto;
	padding: 2em;
	padding-top:3em;
	text-align: left;
	background: white;
	color: black;
	border: solid 1px #888;
	-moz-border-radius: 12pt;
}

dt
{
	margin-bottom: 4px;
	font-weight: normal;
	letter-spacing: 0.10ex;
}

dd
{
	margin-bottom: 14px;
}

h1, h2, h3, h4, h5
{
	font-family:"Lucida Sans Unicode",Arial,Helvetica,sans-serif;
	color:Black;
	font-variant:small-caps;
	font-weight:normal;
	margin-top: 1em;
	border: none;
}

h1
{
	margin-top: 2em;
	font-size:180%;
	border-bottom: solid 1px red;
	width: 75%
}

h2
{
	font-size:150%;
	border-bottom: solid 1px #FAA;
	width: 50%
}
	
h3
{
	font-size:120%;
	border-bottom: solid 1px #FDD;
	width: 40%
}

a:link, a:active, a:visited
{
	color:Red;
}

a:hover 
{
	text-decoration: none;
}

img
{
	margin-top: 0.5em;
}
.imgtext
{
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}

div#footer
{
	margin-top: 3em;
	font-family:Courier;
	font-size: 80%;
}