.wedstrijdoverzicht{
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid black;
}

.wedstrijdoverzicht_header{
    background: silver;
    color:  blue;
  
}

.shoutboxoverzicht{
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid black;
}

.shoutboxoverzicht_header{
    background: silver;
    color:  blue;
  
}



a.frontpage:link{ text-decoration: none;
						color: black; 
						font-weight: bold;
}
	
a.frontpage:visited{ text-decoration: none;
						color: black;
						font-weight: bold;
}

a.frontpage:hover{text-decoration: underline;
						color: blue;
						font-weight: bold;
}


