body {
background-color: #373952;
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/*
These change how the links look.
*/

a:link {color: #0000FF;}
a:visited {color: #0033FF;}
a:hover {color:#0000FF; text-decoration:none;}

/*
Classes: These are used for defining text areas as well as borders around pictures on the site.
*/

.accents {
border: 1px solid #666666;
margin: 10px 10px 10px 10px;
}

.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.headline {
font-size: 14px;
font-weight:bold;
}

.headlineblue {
font-size: 14px;
font-weight:bold;
color: #373952;
}


.home {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}


.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.navigationbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.pictures {
border: 1px solid #666666;
}

.subheadline {
font-size: 12px;
font-weight:bold;
}

.timetable {
border: 2px solid #666666;
border-left-width: 2px;
border-top-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
padding: 5px;
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/*
IDs: These are used for DIVs in the document, like the "Learn More" sections and the footers.
*/


#activities {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 4px;
}

#bookclub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #666666;	
}

#bookclub td {
background-color: #FFFFFF;
text-align: center;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align:center;
}

#footer a {
font-size: 11px;
color: #7586EC;
font-family: Arial, Helvetica, sans-serif;
}

#learnmore {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	overflow:visible;
	position: static;
height:auto;
width: 130px;
padding: 3px;
margin: 5px;
border: 2px solid #666666;
border-left-width: 2px;
border-top-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
background-color: #ffffff;
z-index:1;
}


#tarifs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #666666;
}

#tarifs td {
text-align: center;
color: #000000;
}

