body {
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #990100 url("images/background.gif") repeat-x;
	}

div#barcontainer {
	margin:0;
	padding:0;
	width:120px;
	text-align:center;
	}

div#content {
	width:80%;
	margin: 0 auto; 
	background-color:#FFFFFF;
	border:1px solid #990100;
	}

img.button {
	border:2px solid #fff;
	}

td#headbar {
	background-color: #990100;
	}

h1, h2, h3, h4, h5, h6 {
	color : #660000;
	}

p, td, ul, ol, li, dl, dd, dt, .normal {	
	color : Black;
	}

dl.timetable dt {
		margin-left:1em;
		color:#000066;
		font-weight:bold;
		font-size:90%;
		}
dl.timetable dd {
		font-size:90%;
		position:relative;
		left:6em;
		top:-1.3em;
		width: 75%;
		}

.small {
	font-size : xx-small;
}

a {
	color : Red;
}

a:hover {
	color : Green;
}


a:visited {
	color : Teal;
}

a.parent {
	color : Red;
	text-decoration : none;
}

a.parent:hover {
	color : Green;
	text-decoration : none;
}


a.parent:visited {
	color : Teal;
	text-decoration : none;
}

a.buttonlink {
	padding:5px;
	font-weight: bold;
	text-decoration:none;
	}

a.buttonlink:link {
	background-color: Maroon;
	color: White;
	}
	
a.buttonlink:visited {
	background-color: Maroon;
	color: White;
	}
a.buttonlink:hover {
	background-color: White;
	color: Maroon;
	border:1px solid Maroon;
	}