body {
	font-family: sans-serif;
	position: relative;
	width: 910px;
	margin-left: auto;
	margin-right: auto;	
}

a {
	text-decoration: none;
	color: #aaaaaa;
}

a:hover, a:active {
	text-decoration: underline;
}

ul {
	list-style-type: none;
}

#speakers li {
	text-indent: -2.5em;
}

#footer li {
	font-size: 24px;
	font-weight: bold;
	font-style: oblique;
	display: inline;
	list-style-type: none;
	padding-right: 100px;
	padding-left: 100px;
}

h1 {
	font-size: 30px;
	font-style:italic;
}

h2 {
	font-size: 25px;
	color: #aaaaaa;
}

h3 {
	font-size: 24px;
	font-style:italic;

}

.center {
	text-align: center;
}

.name {
	color: #000000;
	font-size: 26px;
	font-weight: bold;
}

.inst {
	font-size: 24px;
}

.note {
	font-size: 12px;
}

div {
	float: left;
}

div#content div {
	padding: 20px;
}

.half {
	width: 400px;
}

#footer {
	padding:20px;
	text-align: center;
	width: 850px;/*
	margin-left: auto;
	margin-right: auto;*/
}

#footer div {
		
}

