a {
	text-decoration: none;
	color: #008;
}
a:hover {
	color: #00f;
}

td {
	text-align: center;
}
td#pic {
	width: 0px;
}
td#komm {
	text-align: left;
}
img {
	border-width: 2px;
	border-color: #ddd;
	margin: 0.5em 1em;
}
td:hover {
	background-color: #eee;
}

h2 span {
	font-size: 60%;
}
h3 span {
	font-size: 70%;
}

hr {
	border: 1px dashed #000;
}

