body {
	background:#F6F0DF;
	text-align:center;
}

#rund {
	border-radius:50%;
	width:15em;
	height:15em;
}

.menu {
	font-style:Caudex, Niconne;
	font-size:20px;
	color:#000;
	width:11%;
}

a.menu { 
	text-decoration:none;
	padding:.2em; 
}

a.menu:focus {
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#000000;
	color:black;
	background-color:#d0d7d7;
}

a.menu:hover {
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#000000;
	color:black;	
}

a.menu:active  {
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#000000;
	color:black;
}

.link {
	font-style:Caudex, Niconne;
	font-size:22px;
	color:#000;
} 

a.link { 
	padding:.2em;
}

a.link:focus {
	color:black;
}

a.link:hover {
	color:black;	
}

a.link:active  {
	color:black;
}

.kcd {
	text-align:left;
	border-bottom-style:dotted;
	border-bottom-width:2px;
	border-bottom-color:#000000;
}

td {
	font-size:1.05em;
}

.red {
	color: red;
}