/* CSS Document */
body {
	font-family: Arial,sans-serif;
	background: #000000;
	font-size: 80%;
	color: #ECE9D8;
	padding-top: 15px;
}
a:link {
	text-decoration: none;
	color: #0066FF;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: underline;
	color: #33FFFF;
}
a:active {
	text-decoration: none;
	color: #FFCC33;
}
h1 {
	font-size: 125%;
	color: #666633;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
}
h2 {
	font-size: 110%;
	color: #009900;
	padding-top: 10px;
}
p {
	color:#AA9FAA;
}
table {
	width: 90%;
	border-style: solid;
	border-width: 2px;
	border-color: #212121;
}
td {
	border: 1px solid #000000;
	text-align: center;
}
#header {
	background-image: url(gifs/header_background.gif);
	font-size: 90%;
	color: #AA9FAA;
}
.event{
	width: 850px;
	background: #333333;
	margin-top: 10px;
}

.column {
	background-color: #212121;
	text-align: center;
}
.name {
	text-align: left;
}
.date { 
color: #CC3366;
}
.blutxt {
	color: #33CCCC;
}
.yllwtxt { 
color: #FFFF66;
}
.style2 {color: #FF6600;
}
.tmlmt {color:#999999;
}

