@import url("common.css");
@import url("text.css");

#Header #LangSelector, #Menu, #Toolbar, td.Auxiliary
{
	display: none;
}

a
{
	text-decoration: underline;
}

table.Frame td.Text
{
	padding-left: 0em!important;
	padding-top: 1em;
}

div#Footer
{
	margin: 2em 0em 0em 0em;
	width: 100%;
}


/*	just in case the header should be white again ;)

	body
	{
		background: white;
	}

	#Header
	{
		background: url('')!important;
		background-color: white;
	}

*/