body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
}

h1, div#issues, div#overall {
	width: 700px;
	margin: .4em auto;
}

h1 {
	text-align: center;
	background-image: url(http://todaysmeet.com/images/title.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 45px;
}

div#overall {
	display: none;
	font-size: 500%;
	text-align: center;
}

div.issue {
	margin-bottom: 1em;
	padding-bottom: .3em;
	border-bottom: 1px dotted #99c;
}

div.issue h2 {
	font-size: 120%;
	margin-bottom: 0;
}

div#issues:first-child {
	margin-top: 0;
}

div.info {
	font-style: italic;
	color: #666;
	font-size: 90%;
	margin-bottom: .5em;
}

div.updates h3 {
	font-size: 100%;
	margin: .5em 0 .2em;
}

div.updates ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.updates ol li {
	margin: 0 0 .4em 0;
}

div.updates ol li span.date {
	font-style: italic;
	color: #666;
	font-size: 90%;
	display: block;
}
