/* CSS Document */

/*||||||||||||||||||||BODY||||||||||||||||||*/

body {
		
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:76%;
	/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color:#333333;
	background-color:#FFFFFF;
	/*scrollbar formatting, only ie 5.5+*/
	/*Scrollbar musste dem Drang nach der Validit&auml;t leider weichen
	scrollbar-face-color:#D1D1D3;
    	scrollbar-highlight-color:#D1D1D3;
    	scrollbar-shadow-color:#D1D1D3;
    	scrollbar-3dlight-color:#FFFFFF;
    	scrollbar-darkshadow-color:#FFFFFF;
    	scrollbar-arrow-color:#FFFFFF;
    	scrollbar-track-color:#FFFFFF; */
}

#content      
	{
	/* text-align: center;*/
	margin-top: -35px;
	margin-left: -125px;
	position: absolute;
	top: 25%;
	left: 50%;
	/* width: 250px; 
	height: 70px; */
	visibility: visible
	}

address {
	font-size:1.0em;
	text-decoration:none;
	margin:2.4em 1.6em 1.6em 0em;
}

.sumalink {
  display: none;
  }