html {
        font-size: 11pt;
        font-family: arial,helvetica, sans-serif;
        background: #bbb;
}

div#content {
	border: 1px solid #000;
	width: 800px;
	padding: 10px;
	background: #eee;
	float: left;
}

h1 {
	font-size: 15pt;
	text-align: center;
}

h2 {
	font-size: 11pt;
	font-weight: normal;
}

.tblList {
        border-top: 1px solid #000;
        border-left: 1px solid #000;
	background: #BBF9BB;
}

.tblList tr th, .tblList tr td {
        padding: 8px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

div#main {
	margin: auto;
	width: 1000px;
}

