div#flashcontent {
   position: absolute;
   width: 760px; /* Breedte van je (flash)object */
   margin-left: -380px; /* helft van de breedte (negatief) */
   height: 420px; /* Hoogte van je (flash)object */
   margin-top: -210px; /* helft van de hoogte (negatief) */
   top: 50%;
   left: 50%;
}
p { color: white; font-size: 10pt; font-family: verdana; }
h1 { color: white; font-size: 14pt; font-family: verdana; font-style: italic; }
table { color: white; font-size: 10pt; font-family: verdana; width: 760px; padding: 12px; }
#htmltext { text-align: justify; width: 760px; }
a { color: white; font-size: 10pt; font-family: verdana; font-style: italic; text-decoration: underline; }
