/* CSS Document */

body {
	background-color: #CCCCCC;
}

#tabelle {
	align: center;
	background-color: #ffffff;
	width: 600px;
	/* text-align: center; */
	margin-top: 50px;
	border: 1px solid #acacac;
}

h1 {
	font-family: Trebuchet ms;
	text-transform: uppercase;
	color: #63CB1D;
	letter-spacing: 5px;
	font-size: 17px;
	border-bottom: 1px double #63CB1D;
	text-align: center;
	margin-bottom: 10px;
}

div, font, p {
	/* text-align: center; */
	font-family: trebuchet ms;
	font-size: 12px;
	font-color: #595959;
	word-spacing: 2px;
}

a:link, a:active, a:visited {
	color: #63CB1D;
	font-family: trebuchet ms;
	font-size: 10pt;
	text-decoration: none;
}

a:hover {
	color: #63CB1D;
	font-family: trebuchet ms;
	font-size: 10pt;
	text-decoration:underline;
}

