@charset "utf-8";
/* Default CSS Settings */

body {
	background-color: #000;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}
body,td,th {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.titles {
	color: #DDDD85;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.data {
	text-align: center;
	font-weight: bold;
}
.main-centred {
	text-align: center;
}
.main-justified {
	text-align: justify;
}
a:link {
	color: #DDBE4B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DDBE4B;
}
a:hover {
	text-decoration: none;
	color: #C90;
}
a:active {
	text-decoration: none;
	color: #FC0;
}
.event-highlight {
	color: #CCC;
}
.highlight {
	color: #DDDD85;
}
.copyright {
	color: #DDDD85;
}
#messagebody {display: none;}
.tags {
	text-align: right;
}
.highlight2 {
	text-align: center;
	color: #DDDD85;
	font-weight: bold;
	font-size: medium;
}
