BODY{
		 background-color: #DFEFD2;
}
H1{
    font-weight: bold;
    font-size: 20px;
    font-family: Arial, Sans-Serif;
    color: black;
    text-align:center;
		margin: 25px;
		margin-top:40px;
		margin-bottom: 0px;
		background-color: silver;
		border-top: 1px dotted black;
		border-bottom: 1px dotted black;

}
.main_old{
    background: url('plaatjes/bg.jpg') 90% 100% no-repeat fixed;
		background-attachment: fixed;
		}
.mlink:hover{
		background-color: silver;
}
.mlink{
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    font-family: Arial, Sans-Serif;
    color: black;
    position: relative;
    width:262px;
    display:block;
    margin-top: 5px;
    text-align:center;
		border-top: 1px solid black;
		border-bottom: 1px solid black;
		background-color: #EEEEEE;
}
.sublink{
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
    font-family: Arial, Sans-Serif;
    color: black;
    text-align:center;
		border-top: 1px solid #cc0033;
		border-bottom: 1px solid #cc0033;
		background-color: #c3e18f;
}
.inh{
    width: 560;
    text-decoration: none;
    font-size: 14px;
    font-family: Arial, Sans-Serif;
    color: black;
		padding-top:10px;
    margin-left:30px;
    margin-right:30px;
}

