* { margin: 0; padding: 0; }
html, body,{ height: 100% }
li { list-style-type: none; }

#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }


.basic { width:421px; }
.basic div {background-color: #f2f2f2;}
.basic p { text-align:justify;}
.basic a {cursor:pointer;display:block;	margin-top: 0;text-decoration: none;font-weight: bold;font-size: 12px;color: black;}


@media print {
	.basic div, #navigation ul, #list2 dd, #list3 div{
		display: block!important;
		height: auto!important
	}
}