html {
	background-color: #ccf;
}
body {
	color: #000;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif; 
	max-width: 60em;
	padding: 10px;
} 
h1 {
	text-align: center;
       	white-space: nowrap; 
	xargin: 0;
}
h2,h3 { margin-top: 0; padding-top: 5px;
}
.leftcontent {
	background-color: #ccf;
	width: 310px;
	padding-left: 5px;
	float: left;
	-moz-border-radius: 1%;
	-webkit-border-radius: 1%;
}
.news {
	background-color: #ffa;
	margin: 0 0 0 325px;
	padding: 0 5px 0 5px;
	max-width: 60em;
	position: relative;
	-moz-border-radius: 1%;
	-webkit-border-radius: 1%;
}
.news p {
	position: relative; z-index: 1;
}
p.intro {
	padding: 12px;
	background-color: #ccf;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 80%;
	-moz-border-radius: 1%;
	-webkit-border-radius: 1%;
}
#info img { vertical-align: middle; border: none; }
td img { max-width: none !important; }
.game #content { max-width: 60em ; }
.nav {
  font-family: "Century Gothic", sans-serif; 
  text-align: center;
}
.nav a { color: #000; } 
.nav a:hover {
	text-decoration: underline;
	background-color: #ffa;
} 
.minor { font-size: 80%; }
.timestamp {
	font-size: 66%;
	font-style: italic;
	width: 300px;
	float: left;
	clear: left;
}
.num { font-family: "Courier New", monospace !important; text-align: right; }
.even { background-color: #ccc; }
.odd { background-color: #ddd; }
.error { color: red; background-color: #ffc; }
.date { font-weight: bold; }

.nav .selected a {
  text-decoration: none;
  font-weight: bold;
}
.header {
  position: relative; z-index: 1;
}
h1 a img {
  position: absolute; top: 10px; left: 10px;
  border: none;
}
#map { height: 480px; }

.dwz td a { text-decoration: none; color: black; }
.dwz td a:hover { text-decoration: underline; }
.dwz tbody tr:hover { background-color: #eff; }

@media print {
 .nav, h1 { display: none; }
 #content {
  color: #000; 
  background-color: #fff;
  max-width: none; 
  margin: 0;
  padding: 0;
 }
}
