/* CSS Document */
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #333333;
	background-color: #FFFFCC;
}
h1:first-child {
	margin-top: 0;
	line-height: 30px;
}
#content {
	text-align: center;
	width: 25em;
	line-height: 24px;
	background-color: #FFFFFF;
	border: solid #000 5px;
}
#content h1 {
	text-align:center;
	line-height: 30px !important;
}
#content h2 {
	text-align:center;
	line-height: 30px !important;
}
.important {color:#FF0000
}
#mainTable {
	line-height: 1.5em;
	border: 0 0 0 0;
}
#mainTable td { padding: 20px; }
