// This is the stylesheet for the LBMV 2007 website.
body {
	font-family: serif;
}

div.page {
	margin: 10px auto;
	width: 90%;
	background: white;
	border: 1px solid gray;
	line-height: 150%;
}

div.header {
	padding: 1em 0 1em 0.5em;
	font-size: 150%;
	font-weight: bold;
	line-height: 150%;
	color: #990000; 
	text-align: center;
}

div.main {
	font-size: 90%;
	font-family: serif;
	padding: 0.5em;
}

div.main h3 {
	padding: 1.5em 0 0.25em 0;
	margin: 0;
}

/** Schedule table */
table.schedule {
	border: 1px outset black;
	margin: 10px auto;
	font-size: 0.9em;
	border-collapse: collapse;
	table-layout: fixed;
}

table.schedule td {
	border: 1px solid gray;
	margin: 0;
	/*padding: 0 0.1em 1em 0.1em;*/
	padding: 0.5em;
}

div.main a {
	color: blue;
	text-decoration: none;
}

div.main a:hover {
	color: black;
	text-decoration: underline;
}

span.att {
	color: darkgreen;
	font-weight: bold;
}

div.credits {
	font-size: 60%;
	text-align: center;
}