@charset "UTF-8";
@import url(reset.css);

body {
	margin: 0 5%;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:18px;
}

.no_print {
	display: none;
}

#navigation, #switch, #moodpic {
	display: none;
}

#content {
	width: 100%; 
	margin: 0; 
	float: none;
}

tr.cancelled td {
	text-decoration: line-through;
}

h1 {
	padding-bottom: 15px;
	text-transform: uppercase;
	padding-top: 25px;
	font-weight: bold;
	font-size: 2em;
}

h2 {
	padding-bottom: 10px;
	padding-top: 15px;
	font-weight: bold;
	font-size: 1.5em;
}