/* CSS Document */
body {
	background-color: #F5FFBE;
	font-family: "Comic Sans MS";
	margin: 0px 0px 0px 0px;
}

li {
	margin-top: 10px
}

.bodyText {
	font-size: 12px;
}

.footerText, #sponsor {
	font-family: "Trebuchet MS";
	font-size: 10px;
}

.header {
	font-size:18px;
}

h2.helpHeader {
	font-weight: bold;
	font-size: 14px;
}

table.post {
	width: 800px;
}

td.post {
	width:300px;
}

#container {
	width: 800px;
}

#timestamp {
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
}

#contentText {
	text-align: justify;
	font-size: 14px;
}

#sponsor, #contentText {
	margin-left: 10px;
}