@charset "UTF-8";
/* CSS Document */

h2 {
	text-align: center;
	font-size: 110%;
	padding-bottom: 5px;
	margin: 30px 0;
	border-bottom: 2px solid #888;
}
table {
	width: 700px;
	margin: 0 0 0 50px;
}
td.year {
	padding: 8px 10px;
	vertical-align: top;
	white-space: nowrap;
}
td.year div {
	font-size: 80%;
	font-weight: bold;
	padding: 2px 5px;
	color: #fff;
	background-color: #bbb;
	border-left: 2px solid #888;
	border-top: 2px solid #888;
}
td.event {
	font-size: 83%;
	line-height: 1.5em;
	padding: 10px;
}
td.event-big {
	font-size: 90%;
	line-height: 1.5em;
	padding: 10px;
}
.stage {
	color: #005BD3;
}
.haemem {
	color: #66CC00;
}
