                        body {
                            background-color: #cfc;
                            font-family: Georgia, "Times New Roman", Ti0mes, serif;
                        }
                        
                        .kader {
                            width: 70%;
                            margin: 10px auto;
                            padding: 0;
                            border: none;
                            background-color: #fff;
                            text-align: center;
                            position: relative;
                        }
                        
                        #dekop h1 {
                            display: inline;
                            color: tomato;
                            line-height: 2em;
                        }
                        
                        .hoekje {
                            position: absolute;
                            padding: 0;
                            margin: 0;
                            border: none;
                            width: 15px;
                            height: 15px;
                            background-image: url(content/rounded_CFC.png) background-color: transparent;
                            background-repeat: no-repeat;
                        }
                        
                        .lbo {
                            top: 0;
                            left: 0;
                            background-position: top left;
                        }
                        
                        .rbo {
                            top: 0;
                            right: -1px;
                            background-position: top right;
                        }
                        
                        .lbe {
                            bottom: -1px;
                            left: 0;
                            background-position: bottom left;
                        }
                        
                        .rbe {
                            bottom: -1px;
                            right: -1px;
                            background-position: bottom right;
                        }
                        
                        table {
                            color: teal;
                            border: 2px solid silver;
                            margin: 50px;
                            border-collapse: collapse;
                            margin: 0 50px 50px 50px;
                        }
                        
                        td,
                        th {
                            padding: 6px 2px;
                            border: 1px solid silver;
                        }
                        
                        tbody td,
                        tbody th {
                            vertical-align: top;
                        }
                        
                        thead,
                        tfoot {
                            background-color: MediumSeaGreen;
                            color: white;
                            font-size: 1.2em;
                            font-variant: small-caps;
                        }
                        
                        tbody.subtitel {
                            background-color: Tomato;
                            color: Gainsboro;
                            font-size: 1.2em;
                        }
                        
                        #detabelcontainer {
                            background: white url(/cssprojects/content/citrus.gif) no-repeat bottom right;
                            padding-top: 50px;
                        }
                        
                        tr.oneven {
                            background: transparent url(/cssprojects/content/groen_bg.png) repeat
                        }
                        
                        a {
                            color: OrangeRed;
                        }
                        
                        a:link,
                        a:visited {
                            text-decoration: none;
                        }
                        
                        a:hover {
                            text-decoration: underline;
                        }
                        
                        tbody:not(.subtitel) tr:hover {
                            background-color: #fc6;
                            background-image: none;
                        }