Testing! Explorer, FireFox, Chrome

midden.css

body{
    background-image:url(kruisje.gif);
    font-family:sans-serif;
    overflow-y:scroll;
}

h1{
    text-align:center;
    color:#008;
    font-size:40px;
}

td{ vertical-align:top; }

.mid, .midpre, .tkst{
    margin:auto;
    background:#fff;
    border:2px solid silver;
    font-size:14pt;
    margin-bottom:50px;
}

.mid{
    width:600px;
    font-family:serif;
    font-style:italic;
    text-align:center;
}

.midpre{
    width:590px;
    padding-left:10px;
    font-family:monospace;
    font-size:12px;
}

.tkst{
    width:580px;
    padding:10px;
    background:#ffd;
}

.menu{
    top:10px;
    padding:30px 0px;
    font-size:16px;
    font-weight:bold;
    text-align:center;
    background-color:#fcf;
    background-image:url(logo.gif);
    background-repeat:no-repeat;
}

.menu a{ padding:10px 20px; }

.menu a:visited{ color:#800; }

.menu a:hover{
    background:#eee;
    color:#000;
}