body {
	background: white url(justitia.png) no-repeat left top;
	color: black;
	margin-top: 50px;
	margin-left: 220px;
	margin-right: 30px;
}

p {
	text-align: justify;
}

ul li {
	padding: 0.5em;
	text-align: justify;
}

a:link {
	color: darkblue;
	background-color: white;
	text-decoration: none;
}

a:visited {
	color: darkblue;
	background-color: #ffff80;
	text-decoration: none;
}

a:hover {
	color: darkblue;
	text-decoration: underline;
}

pre {
	border-style: solid;
	border-width: thin;
	padding: 12px;
}

div.login {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	padding-top: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: smaller;
	border-width: thin;
	border-color: gray;
	border-style: solid;
}

div.cert {
	width: 200px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	padding-top: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: smaller;
	border-width: thin;
	border-color: gray;
	border-style: solid;
}

