body, html {
	background-color: #000000;
	margin: 0px;
}

body, tr, td, input, textarea, select {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	line-height: 16px;
}

h1 {
	font-size: 14px;
	text-transform: uppercase;		
}

#content {
	background-color: #808000;
	text-align: center;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #00000;
}

#schedule {
	background-color: #800000;
	text-align: center; 
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #f1dbdb;
}

a {
	color: #0033cc;
	text-decoration: none;
}

a:hover {
	color: #990099;
}

#leftbox {
	background-color: #4D65AF;	
}
