body {
    background-color: #FFFDFA;
    background-image: url('background.jpg');
}
h1 {
    background-image: url('title-bg.gif');
    background-position: top center;
    background-repeat: no-repeat;
    height: 60px;
    padding: 10px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    color: maroon;
}
h2 {
    color: olive;
}
hr {
    color: olive;
}
div.vijffotos {
    background-image: url('5fotos.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    height: 110px;
}
a {
    text-decoration: none;
}
a.wijnen {
    font-style: italic;
    color: olive;
    text-decoration: underline;
}
td.menu {
    background-image: url('menu-bg.gif');
    width: 90px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
}
a.menu {
    text-decoration: none;
    font-size: 12px;
    color: maroon;
}
a.menuPromo {
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: maroon;
}
p {
    color: blue;
}
p.blauw {
    font-weight: bold;
    color: blue;
}
p.rood {
    color: maroon;
}
td.formfield {
    color: maroon;
    font-style: italic;
}
td.winedesc {
    width: 33%;
    color: blue;
}