*, html, body {

}

div#header {

}

div#header div#logo {
    position: absolute;
    right: 2em;
    top: 1em;
    opacity: 0.1;
    filter: alpha(opacity=10);
}

div#header div#title h1 {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 32px;
}
div#header div#title span#title2 {
	font-weight: 700;
}

div#header div#title p#subtitle {
	display: none;
}

ul#menu {
	display: block;
	list-style-type: none;
	padding-left: 0;
}
ul#menu li {
	display: inline-block;
}
ul#menu a {
	display: none;
	text-decoration: none;
	color: #000000;
}
ul#menu a:hover, ul#menu a.active {
	display: block;
	font-size: 32px;
	font-weight: bold;
}

div#content {

}

div#content h2 {

}

div#content p {

}

div#content p strong {
    font-weight: bold;
}

div#content ul, div#content ol {

}

table.schedule {
    margin: 0.5em auto;
}
table.schedule, table.schedule td, table.schedule tr, table.schedule th {

    border: 1px solid #000000;
    border-collapse: collapse;
    padding: 0.2em 0.8em;
    text-align: center;
}

td.unimportant {
    color: #999999;
}