body,
html   {
		background-color:#ffffff;
		padding : 0; 
		margin : 0;
		height:100%;
		color:#000000;
		font-family: "Trebuchet MS", Verdana, Arial, sans-serif; 
		font-size: 0.85em;
	     }
img { 
		border:0; 
		}
h1		{
		font-size: 1.2em;
		}
.status	{
		color:#009933;
		}
h2	{
		font-size: 1.0em;
		}
#content {
		width:100%;
		}
#head   {
		width:100%;	
	    }
.over   {
		width:75%;
		font-weight:bold;
}
	
.datum  {
		width: 75%;
		}
.info   { 
		width: 75%;
		padding: 0 0 10px 0;
		}
#footer {
		width:100%;
		height:auto;
		padding: 10px 0px 0px 0px;
		clear:both;
		text-align:center;
	    } 
#form  	{
		width:100%;
		float:left;
		}
a:link { 
		text-decoration: none; 
		color: #000000;
		font-weight:bold;
		}
a:active { 
		text-decoration: underline; 
		color: #000000;
		font-weight:bold;
		}
a:visited { 
		text-decoration: none; 
		color:#666666;
		font-weight:bold;
		}
a:hover {		
		text-decoration: underline; 
		font-weight:bold;
		color:#5e88d3;
		}