body {
    background: white url(golf.png) repeat fixed;
    color: #333333;
    font-family: verdana, sans-serif;
    font-size: 10pt;
}
h2 {
    font-weight: bolder;
    font-size: 12pt;
    color: #006666;
    text-align: center;
    max-width: 85ex; /* ~= [font-size p]/[font-size h2]*[max-width p] */
}
a {
    font-size: 10pt;
    font-weight: bold;
    color: #006666;
}
a:hover {
    color: #009966;
}

h1 a {
    text-decoration: none;
    margin: 25px;
}
h1 a img {
    text-decoration: none;
}
div.main {
    margin: -200px 150px 0px; /*positioning in px related to logo3.gif*/
}
p {
    max-width: 100ex;
    text-align: justify;
}
.footer {
    margin-top: 2ex;
    text-align: center;
}
thead {
    font-weight: bold;
    background-color: #CCC;
}
tbody tr td {
    background-color: #DDD;
}
tbody tr.r1 td {
    background-color: #EEE;
}
div.zaal {
    float: left;
    padding: 1ex;
}
div.zaal img {
    width: 200px;
    height: 150px;
}

.clear {
    clear: left;
}

ul.plain {
    list-style-type: none;
    margin: 2ex;
    float: left;
    max-width: 85ex;
}
ul.plain li {
    float: left;
    width: 25ex;
    display: inline;
    padding: 1ex 1.5ex;
}
img {
    border: 0;
}
ol {
    max-width: 85ex;
    text-align: justify;
}
ol li {
    margin: 0.6ex;
}
