
/* KOPTEKST.CSS */
body
{
   color:            #000000;
   background-color: #0000FF;
   font-size:        10pt;
   font-family:      Arial, Helvetica, Sans-Serif;
   margin-top:       2px;
   margin-left:      0px;
   margin-right:     2px;
   margin-bottom:    2px;
}

table
{
   cellpadding:      0px;
   cellspacing:      0px;
   width:            100%;
   height:           100%;
   background-color: #0000FF;
}

td.welcome
{
   color:            #000000;
   background-color: #0000FF;
   width:            100%;
   height:           100%;
   vertical-align:   middle;
   text-align:       center;
   font-family:      Arial, Helvetica, Sans-Serif;
   font-size:        24pt;
   font-style:       italic;
   font-weight:      bold;
}

td.navigatie
{
   color:            #000000;
   background-color: #D0D0FF;
   /* width:            100%; */
   height:           100%;
   vertical-align:   middle;
   text-align:       left;
   font-family:      Arial, Helvetica, Sans-Serif;
   font-size:        10pt;
   font-style:       normal;
   font-weight:      bold;
}

td.arrows
{
   color:            #000000;
   background-color: #D0D0FF;
   width:            35px;
   height:           100%;
   vertical-align:   middle;
   text-align:       center;
   font-family:      Arial, Helvetica, Sans-Serif;
   font-size:        10pt;
   font-style:       normal;
   font-weight:      bold;
}

/* Links */
a:link
{
   color: #000000;
   text-decoration: none;
}
a:visited
{
   color: #000000;
   text-decoration: none;
}
a:hover
{
   color: #FF0000;
   text-decoration: underline;
}
a:active
{
   color: #000000;
   text-decoration: none;
}