a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.menu_border {
	border: 1px solid #CCCCCC;
}
.footer_border {
	border-top: none;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.main_text {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}
.heading {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.picture_border {
	border: 1px solid #000000;
}

h1 {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
}

h1.center {
	font-family: Arial;
	font-size: 14px;
	color: #000000;
	text-align: center;
}


table.programme {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

table.programme th {
	text-align: right;
	width: 90px;
}

table.prices {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

table.prices th {
	text-align: right;
}

div.center p {
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}

.thumbnail_l,
.thumbnail_r {
	padding: 3px 3px 8px 3px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	margin: 10px;
}

.thumbnail_l {
	float: left;
}

.thumbnail_r {
	float: right;
}

table.gal img {
	padding: 3px 3px 8px 3px;
	background-color: #222;
	border: 1px solid #2a2a2a;
}