body {
	background-color : #4682B4;
	text-align: center;
	font-family : Arial, Helvetica, sans-serif;
}

a:link {
	color: #4682B4;
}

a:visited {
	color: #386D9B;
}

a:hover {
	text-decoration : none;
}

#main {
	margin: 25px auto;
	width : 80%;
	background-color : white;
	text-align: left;
	font-size: 12px;
}

#logo {
	width: auto;
	height: 54px;
	background-color : Silver;
	background-image:url(http://richardshow.org/images/rhall.jpg);
	background-position : right;
	background-repeat : no-repeat;
	text-align:center;
}

#menu {
	width: auto;
	text-align: center;
	background-color: #4682B4;
	color: white;
	padding-bottom: 3px;
	padding-top: 3px;
	font-size: 11px;
	}

#menu a:link {
	color: white;
}

#menu a:visited {
	color: #EEEEEE;
}

#content {
	width: auto;
	padding: 10px;
}

#footer {
	text-align : center;
	font-size : 11px;
	font-weight:bold;
}

h1 {
	text-align : center;
	font-size : 20px;
}

h2 {
	font-size : 18px;
}

h3 {
	font-size: 16px;
}

.quote {
	margin-right: 50px;
	margin-left: 50px;
}

img {
	border:0;
	display:block;
	}

/* lecture outline */

.lecture li {
	font-size: 20px;
	font-weight : bold;
	color : red;
	margin-bottom : 10px;
	list-style-type : disc;
}

.lecture li li {
	font-size : 16px;
	color : black;
	margin: 5px;
	list-style-type : circle;
}

/* lecture subpage */

#subpage {
	font-size : 20px;
}

.code {
	background-color:#FFFFCC;
	list-style: none;
	border: 1px dotted black;
}