table {
	width:1000px;
	text-align:center;
	border-collapse:collapse;
}

th {
	font-size:80%;
	font-weight:bold;
	color:#aaa;
	font-family:Verdana;
}

th.selected {
	background-color:#508;
	color:white;
}

th.unselected {
}

th.case {
	border:3px #508 solid;
}

div {
	color:#aaa;
	font-size:80%;
	font-family:Verdana;
}

body {
	color:#000;
	background-color:#222;
	background-image:url('../planning/killzone/background.png');
}hr {
	border:0;
	width:1000px;
	color:#333;
	background-color:#555;
	height:1px;
}.menu {
	position:absolute;
	text-align:center;
}

b {
	font-size:90%;
}

select {
	color:#fa0;
	background-color:#000;
	border:none;
}
a:link { text-decoration:none; }a:visited { text-decoration:none; }a:active { text-decoration:none; }a:hover { text-decoration: underline; }