body {
	margin: 0px;
}

table.titelz {
	background-color: #B9C09F;
	border-left: 1px solid Black;
	border-top: 1px solid Black;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
}

TD#checker {
	background-color: lime;
	border-left: 1px solid #696969;
	border-top: 1px solid #696969;
	width: 20px;
	height: 20px;
}

TD#checker2 {
	background-color: #2EAD2F;
	border-left: 1px solid #696969;
	border-top: 1px solid #696969;
	width: 20px;
	height: 20px;
}

TD#checker_red {
	background-color: Red;
	border-left: 1px solid #696969;
	border-top: 1px solid #696969;
	width: 20px;
	height: 20px;
}

TD#checker2_red {
	background-color: #8C0000;
	border-left: 1px solid #696969;
	border-top: 1px solid #696969;
	width: 20px;
	height: 20px;
}


input#normal{
	background-color: #CCCCCC;
	border: 1px solid #696969;
	height: 20px;
}
td#names {
	border-top: 1px solid #696969;
	background-color: #EEEEEE;
}

td#namesx {
	border-top: 1px solid #696969;
   border-left: 1px solid #696969;
	background-color: #EEEEEE;
}

td#names1 {
	border-top: 1px solid #696969;
	background-color: #DDDDDD;
}

td#names2 {
   border-top: 1px solid #696969;
	background-color: #CCCCCC;
}

table#outbox {
	border: 1px solid Black;
}

table#topn {
	background-color: #4A5D7B;
	border-left: 1px solid #6B7D94;
	border-top: 1px solid #6B7D94;
	border-right: 1px solid #394963;
	border-bottom: 1px solid #394963;
	color: White;
}

TD{
	font: normal normal bold 12px/normal Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a, a:active, a:focus, a:hover, a:link, a:visited {
	color: #000000;
}

