body {
	font-family: "Bitstream Vera Serif", serif;
	color: black;
	background: white url(box_cover.jpg) no-repeat 10px 10px fixed;
}

abbr {
	border-bottom: 1px dotted green;
	cursor: help;
}

h1 {
	text-align: center;
	font-size: xx-large;
	letter-spacing: 0.1ex;
	color: maroon;
}

h2 {
	font-size: x-large;
	letter-spacing: 0.1ex;
	color: green;
}

h3.party-time {
	font-size: normal;
	font-weight: normal;
	color: maroon;
}

p {
	line-height: 1.5em;
	margin-bottom: 1em;
}

p.confirmation-status {
	text-indent: 0;
	display: none;
}

p.footer {
	margin: 2em 0;
	border-top: 1px solid gray;
	font-size: small;
	font-family: sans-serif;
	color: gray;
	line-height: 1.2em;
}

tt {
	color: #f40;
}

ul.players {
	background: url(player_list_ok.png) repeat-y;
	padding-left: 50px;
}

ul.past {
	background: transparent;
}

ul.unconfirmed {
	background-image: url(player_list.png);
}
