a:link { color: rgb(77, 54, 40); }
a:active { color: rgb(120, 79, 58);}
a:visited { color: rgb(153, 108, 81);}
body
{
 background-color: rgb(250, 198, 88);
 font-family : Arial;
 font-size : 10pt;
}
table { border : 0px; }
.bodywatermerk
{
 background-image: url(/wmspub/images/Basis/watermerk3.jpg); 
 background-repeat: no-repeat;
}

/* -- MENU -- */
.menu { width:155px; }
.menu td
{
        display:block;
        text-align : center;
        background-image: url(/wmspub/images/Basis/menubutton_off.gif); 
	background-repeat: no-repeat;
        width:143px;
        height:36px;

}
.menu td:hover
{
        background-image: url(/wmspub/images/Basis/menubutton_on.gif); 
	background-repeat: no-repeat;

}

.menu a { 
	display:block;
        margin-top:4px;
        font-size:10pt; text-decoration: none;
        color : #4F2F0F;
}

.menu a:hover { 
        font-size:10pt; text-decoration: none;
        color : #cc0000;
}
