@media (min-width: 850px) {
	body { width:800px; }
}

td { padding: 5px; white-space: nowrap; }
th { padding:5px; }

#header {
	background-color: #EEEEFF;
	border-collapse: collapse;
	border: solid;
	border-width: 1px 1px 0px 1px;
	border-color: black;
}

#tabs A:link { text-decoration: none; color: blue; }
#tabs A:visited { text-decoration: none; color: blue; }
#tabs A:hover { text-decoration: none; color: red; }

#tabs td {
	border: solid;
	border-width: 0px 0px 1px 0px;
	text-align: center;
}

#tabs #selected {
	background-color: white;
	border-width: 1px 1px 0px 1px;
}
