/*dstarttextstyle*/
/*stylesheet voor alle startteksten*/

Body   {
        font-family:tahoma,arial,verdana,"sans serif","times new roman";
        background-color:#f2bd6a;
        color:#716f6f;
        text-align:justify;
       }
p      {
        line-height:14pt;
        background-color:#ffffff;
       }
a.q1   {
        text-decoration:none;
        color:#4b4b4b;
       }
a.q2   {
        text-decoration:none;
        color:#716f6f;
       }
#box1  {
        padding:2%;
        position:absolute;
        border-style:solid;
        border-width:2px;
        border-color:#d2d2d2;
        top:6%;
        height:75%;
        width:35%;
        bottom:10%;
        background-color:#ffffff;
        margin-left:30%;
       }

#box2  {
        padding:2%;
        position:absolute;
        border-style:solid;
        border-width:0px;
        top:3%;
        height:20%;
        width:5%;
        bottom:20%;
        color:#f2bd6a;
        margin-left:0%;
        }        

