@charset "utf-8";
/* Acceptable Use / Accessability / Disclamer*/
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 90%;
	color: #333333;
	background-color: #EBEBEB;
	text-align: center;
}
#container {
text-align: left;
	width: 600px;
	margin:  0 auto;
}
a{ color: #006699;}

li {
	list-style-position: outside;
	list-style-type: square;
	text-indent: 0px;
	margin-bottom: 5px;
}
ul {
	padding-left: 1em;
}
h3 {

}
p {
	margin-bottom: 1em;
}

.timetable { 
text-align: center;
font-weight: bold;
}
