html, body {
	margin-top: 10px;
	font-family: 'Libre Baskerville', serif;
}

#main {
	padding-top: 20px;
	padding-bottom: 20px;
}
	#main a {
		text-decoration: none;
	}
	#main a:hover {
		color: red;
	}	
	
h1 {
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
	font-family: 'Libre Baskerville', serif;
}

h1:hover {
	cursor: pointer;
}

h2 {
	background-color:rgba(0,128,128,1);
	font-size: 12pt;
	overflow: hidden;
	padding: 5 5 5 5;
	border: 2px solid;
	border-color: rgba(0,0,0,1);
	color:rgba(255,255,255,1);
}

h2 span.sessionTime {
	font-weight: normal;
	float: right;
}

h2:hover {
	cursor: pointer;
	background-color:rgba(255,0,0,0.8);
}

.presentations {
	display: none;
	padding: 0 20 0 20;
	background-color: white;
}

.presentation p {
	font-size: 8pt;
	margin: 2px;
}

.menu {
	background-color: white;
}

