BODY
{
	font-family: 'arial';
	color: #000000;
	font-size: 12px;
	margin: 0px;
}

a:link, a:active, a:visited
{
    color: lightgreen;
    text-decoration: none;
}

a:hover
{
    color: green;
    text-decoration: none;
}

div.center_container
{
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 10px;
	
}

div.center_content
{
	text-align: center;
	margin-top: 10px;
	padding: 10px;
	background-color: lightgreen;
}

div.center_content_fotos
{
	text-align: center;
	margin-top: 10px;
	padding: 10px;
	background-color: lightblue;
}

div.bal_container
{
	margin-top: 100px;
}

div.bal_container2
{

}

div.bal_tekst
{
    color: lightgreen;
    text-align: center;
	padding-top: 90px;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
}

div.vervelende_bal, div.vervelende_bal_groen
{
	width: 200px;
	height: 200px;
	float: left;
}

div.vervelende_bal
{
	background-image: url('bal_hover.png');
}

div.vervelende_bal_groen
{
	background-image: url('bal_groen.png');
}

div.vervelende_bal:hover, div.vervelende_bal_groen:hover
{
	background-image: url('bal_normal.png');
}
