body {
	font-family : Tahoma, Helvetica, Arial, sans-serif;
	font-size : 16px;
	color : black;
	margin : 0px;
	width : 100%;
}
div {
	width : 500px;
	margin-left : auto;
	margin-right : auto;
	margin-top : 0px;
	margin-bottom : 0px;
	padding-bottom : 1em;
}
span {
	white-space : pre-wrap;
}
.small {
	font-size : 0.7em;
}
a {
	border-bottom : 1px dotted blue;
	color : blue;
	text-decoration : none;
}
a:link {
	border-bottom : 1px dotted blue;
	color : blue;
	text-decoration : none;
}
a:visited {
	border-bottom-color : violett;
	color : violett;
}
a:focus  {
	border-bottom-color : red;
	color : red;
}
a:hover {
	border-bottom-color : green;
	color : green;
}
a:active {
	border-bottom-color : red;
	color : red;
}