body {
	background: white;
	margin: 0px;
	padding: 1% 1% 1% 100px;
}

a:link {color: #517685;}
a:visited {color: #666;}
a:hover  {color: #fff; background: #517685;}

body, th, td {
	text-align: justify;
	vertical-align: top;
}

th, td {
	padding-left: 5px;
	padding-right: 5px;
}

h1, h2, h3, h4, h5 {
	font-family: serif;
	font-style: italic;
}

hr {
	border: 1px dotted #ccc;
}

.box {
	padding: 10px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	background: #f5f5f5;
}

.innertable {
	padding: 10px;
	border: 1px dotted #ccc;
	background: #fbfbfb;
}

.banner {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	background: #e9f1f5;
}

.picture {
	font-size: small;
	padding-bottom: 3em;
	text-align: center;
}
