#title { background-color: #999; text-align: center; width: 90%; margin: 10px 5%; padding-top: 10px; padding-bottom: 10px; border-top: medium double #ccc; border-bottom: medium double #ccc; border-right-width: 0; border-left-width: 0; display: block; }
#title h1 {
	font-size: x-large;
	color: white;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}
#title h2 { color: #fc3; font-size: large; margin-top: 5px; margin-bottom: 5px; }
#title h4 { color: #03c; font-size: medium; font-weight: bold; }
li {
	line-height: 130%;
	font-weight: bold;
}

