body {
	background-color: #a7c59b;
	margin: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
p {
	margin: 0 0 1em 0;
  }
li {
	/* margin: 0 0 5px 5px;	*/
	list-style-position: outside;
  }

a {text-decoration: none;}
a:hover {text-decoration: underline;}
img {border-style: none;}
a img {border: 1px solid black;}

h1 {
	text-align: center;
}

h2 {
	clear: left;
	font-size: 150%;
	font-weight: bold;
	color: #5556FF;
}

.container {
	height: auto;
	margin: 0px;
}
.mapset {
	display: table;
	text-align: center;
	padding: 5px; 
	position: relative;
	height: auto;
	float: left;
	width: auto;
	margin: 15px 15px 15px 15px;
	}

.caption {
	margin-left: auto;
	margin-right: auto;
	bottom: 0;
	text-align: center;
	font-weight: bold;
	width: 120px;
	padding: 1px;
}

hr {
	clear: left;
}

td.day {
	width: 25%;
	text-align: center;
	font-weight: bold;
}

td.itn {
	font-size: .8em;
	vertical-align: top;
	padding: 5px 5px 5px 5px;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}
