body {
	color: #ffffe6;
	}
	
#content {
	font-family: verdana;
	}
	
#content h1 {
	font-size: 16px;
	text-decoration: underline;
	font-style: italic;
	text-align: center;
	margin: 20px;
	}

#content h2 {
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	margin: 20px;
	}
	
#content p, #content ul {
	margin: 10px 20px 10px 20px;
	font-size: 12px;
	}

#content p.bottom {
	clear: both;
	text-align: center;
	padding: 20px;
	}
