
          @media print {
            div { 
                   position:absolute; top:0px; left:0px;                   
                 }
            SPAN.pagelogo{display:none}
            SPAN.emailimage{display:none}
            SPAN.button{display:none}

          }
          @media screen {
            body { 
                   background-color: #00CCF;
                   background-image: url(../images/achtergrond_3.jpg);
                   background-repeat: repeat;
                   background-attachment: fixed;
                 }

            div { 
                   position:absolute; top:0px; left:300px;                   
                 }

            a:link     {color: #0099cc; text-decoration: none;}
            a:visited  {color: #0099cc; text-decoration: none;}
            a:active   {color: #0099cc; text-decoration: none;}
            a:hover    {color: #0099cc; text-decoration: overline underline;}
          }
          @media screen print {
            body { 
                   font-size:12px;
                   font-family : Arial, Helvetica, sans-serif;
                 }
          }