	body {
		font-size: 12pt;
		background:white;
		color: #5b2b05;
		font-family: Arial, Helvetica, Geneva, sans-serif;
	}
	a {
		color: #5b2b05;
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}
	a:visited {
		font-style: italic;
		text-decoration: underline;
	}
	img {
		border: 0;
	}
	#box {
		width: 700px;
		margin: 0 auto 0 auto;
	}
	#header {
		text-align: center;
	margin-bottom: 15px;
}
	#header h2 {
		font-size: 14pt;
	}
	#main ul {
		margin: 0;
		padding: 0;
		text-align: justify;
	}
	#main li {
		margin-bottom: 5px;
	}
	#main p {
		text-align: center;
	}
	#main h2 {
		font-size: 12pt;
		text-align: center;
	}
	.footer {
		clear: both;
	}
	#links {
		text-align: center;
	}
	.caps {
		text-transform: uppercase;
	}
	.lecture {
		line-height: 16pt;
	}
	</style>
