BODY {
	font-family: "Comic Sans MS", "Times New Roman", sans-serif;
	/*color: #00f0f0;*/
	/*color: cyan;*/
	color: #b29054;
	background-color: #101010;
	font-size: 10pt;
}
H1 {
	/*color: gold;*/
	font-size: 300%;
}
.marker {
	background: yellow;
	color: black;
}
.slogan {
	font-size: 120%;
	font-weight: bold;
}
.logosub {
	font-variant: small-caps;
	color: lightgrey;
	font-size: 150%;
}
a {
	/* color: #8080ff; */
	color: #c0c0c0;
	text-decoration: none;
}
a:hover {
	color: orange;
	text-decoration: underline;
	/*border: thin solid yellow;*/
	
}
/* a:visited { text-decoration: line-through; } */
.navbox { background-color: #404040; }
.infotable {
	/*border-color: yellow;*/
	/*border-color: #826024;*/
	border-color: #606060;
	/*border-style: solid;*/
	outline-style: outset;
	outline-width: thin;
	/*background: #b29054;*/
	background: #826024;
	color: black;
}
.infotable th { color: white; }
.logo {
	color: #003399;
	font-family: "Chiller", "Courier", sans-serif;
	text-shadow: red;
	/*text-decoration: bold;*/
	/*text-decoration: underline;*/
	/*font-size: 20pt;*/
	/*background-color: #80bbff;*/
}
.copy {
	font-size: 50%;
	position:relative;
	bottom: 100%;
}
.zwei {
	color: #d60093;
}

IMG.logoimg {
	position:relative;
	bottom:-30;
}
IMG.logoimg-small {
	position:relative;
	bottom:-10;
}

/*
CAPTION {background:blue; color:yellow; font-size:20pt; caption-side:bottom }
TR.whitetext {color:FFFFFF ; font-size:18pt}
TD.redtext {border: thick solid red; color:red ; font-size:24pt}
TD.ltgreenbackground {background:lightgreen}
#width30 {width=30} 
TD.image {background: url(chicken.jpg) fixed; vertical-align:bottom }
*/

