/* CSS Style sheet, conform to CSS Version 2 */
/* Author and copyright: Joerg Hau <joerg.hau(at)dplanet.ch> */

body	{
	font-family: georgia,times,times-roman;
	font-style:normal;
	color:#000000;
	background-color:#ffffff;
	margin: 1em;
	}
	
p	{
     margin-left: 10%;
	}	

h1    {
	color: #114477;
	font-weight:bold;
	font-family: verdana,helvetica,arial;
   	padding: 0.2em;
	}

h2	{
	color: #114477;
	font-weight:bold;
	font-family: verdana,helvetica,arial;
	border-top: solid 2px #114477;
	border-left: solid 20px #114477;
   	padding: 0.2em;
	}

h3 	{
	margin-top:1em;
	font-weight:bold;
	border-top: solid 1px #114477;
	border-left: solid 1px #114477;
	background-color:#AACCFF;
     }

h4 	{
	color: #114477;
     margin-left: 10%;
     margin-top: 1.5em;
   	 margin-bottom: 0.5em;
     padding: 0.2em;
     }

tt,pre 	{
	font-family: courier-new, courier;
	color:#008800;
	margin: 1em;
        margin-left: 10%;
	}

h3, dt, dd, li	{
	margin-top:0.2em;
	margin-bottom: 0.5em;
        margin-left: 10%;
	}

dt	{
	margin-top:1em;
	font-weight:bold;
	border-top: solid 1px #114477;
	border-left: solid 1px #114477;
	background-color:#AACCFF;
	}

.footer	{
	vertical-align: top;
#	font-style:italic;
	font-size: small;
	border-top: solid 1px #114477;
	padding:0.2em;
	}

a:hover	{ color: #ffffff; background: #114477}
