/* 
    Document   : wbs001
    Created on : 3-jan-2012, 20:25:04
    Author     : robert
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

             body   { margin: 0px 0px 0px 0px; }
             
             table  {border-spacing: 0px;}
             
             
             A:link {text-decoration: underline;font-family: "Comic Sans MS", sans-serif;font-size: 14px;font-weight: bold;color: #691B9F;}
             A:visited {text-decoration: underline;font-family: "Comic Sans MS", sans-serif;font-size: 14px;font-weight: bold;color: #691B9F;}
             A:active {text-decoration: underline;font-family: "Comic Sans MS", sans-serif;font-size: 14px;font-weight: bold;color: #691B9F;}
             A:hover {text-decoration: underline;font-family: "Comic Sans MS", sans-serif;font-size: 14px;font-weight: bold;color: #691B9F;}
             
             
             table.table0  { 
                    border-width: 1px;
                    border-spacing: 0px;
                    border-style: solid;
                    border-color: #666666;
                    background-color: #EEEEEE;
                    

                    
                    }
                    
             table.table2  { 
                    
                    
                    background-image: url(/images/3keuze.png); 
                    background-repeat: no-repeat;
                    background-position: 50% 0%;
                    
                    }
             
             table.table1  { 
                    border-width: 1px;
                    border-spacing: 0px;
                    border-style: solid;
                    border-color: #666666;
                    
                    background-image: url(/images/white7.jpg); 
                    background-repeat: repeat;
                    
                    -moz-box-shadow: 10px 10px 5px #888;
                    -webkit-box-shadow: 10px 10px 5px #888;
                    box-shadow: 10px 10px 5px #888;
                    
                    
                    
                    }
                    td.t1 {
                        padding: 10px;
                    }
             
             .jaar  {
                    font-family: "Comic Sans MS", sans-serif;
                    font-size: 14px;
                    font-weight: bold;
                    color: #444444;
                    }
                    
             .jsmall  {
                    font-family: "Comic Sans MS", sans-serif;
                    font-size: 8px;
                    font-weight: normal;
                    color: #AAAAAA;
                    }
                   
             .ksmall  {
                    font-family: "Comic Sans MS", sans-serif;
                    font-size: 8px;
                    font-weight: normal;
                    color: #FFFFFF;
                    }
                    
             .s2  {
                    font-family: "Comic Sans MS", sans-serif;
                    font-size: 14px;
                    font-weight: bold;
                    color: #691B9F;
                    }
                    
             .s3  {
                    font-family: "Comic Sans MS", sans-serif;
                    font-size: 16px;
                    font-weight: bold;
                    color: #444444;
                    }
                    
             .qstart,.qend { 
                    font-family:"Times New Roman", Times, sans-serif;
                    font-size: 350%;
                    line-height:50%;
                    font-weight:bold;
                    color:#C0C0C0;
                    margin:0px 0px 0px 0px;
                   }
            .qend {
                    display:block;
                    float:right;
                    margin-top: 10px;
                    clear:left;        
                    } 
            .qstart {
                    text-indent: 0;    
                    }

                    
        


