
body {
    background: white;
	font-size: 12pt;

    }

#topmenu ,#logo, #footer, .route{
    display: none;
	height:0;

    }

#page, #container {
    width: auto !important; 
    margin: 0 5%;
    padding: 0; 
    border: 0;
    float: none !important;
    color: black; 
    background: transparent;
    }
#pagecontent,#content{
	float: none;
	margin-left: 10%;
	width:800px !important;

	}
	
	a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}



