/* pagina layout code */

body		{ font-size: 11pt; font-family: Helvetia; Tahoma; Arial; Times new roman; color: #000000; background-color: #222222;
}
table		{ font-size: 11pt; font-family: Helvetia; Tahoma; Arial; Times new roman; color: #000000;
}
td			{ font-size: 11pt; font-family: Helvetia; Tahoma; Arial; Times new roman; color: #000000;
}
tr			{ font-size: 11pt; font-family: Helvetia; Tahoma; Arial; Times new roman; color: #000000;
}
th			{ font-size: 11pt; font-family: Helvetia; Tahoma; Arial; Times new roman; color: #000000;
}


/* alle link codes */

a:link		{ color: #ffffff; text-decoration: none;
}
a:visited	{ color: #ffffff; text-decoration: none;
}
a:hover		{ color: #ffff00; text-decoration: underline;
}
a:active	{ color: #ffffff; text-decoration: underline;
}

/* paragraaf codes */

p			{ margin-top: 2px; margin-bottom: 2px;
}

/* footer codes */

#footer a:link, a:visited	{ color: #ffffff; text-decoration: none; },
		a:hover		{ color: #ffff00; text-decoration: underline; },
		a:active	{ color: #ffffff; text-decoration: underline; }
		
/* randen codes */

.border		{ background-color: #008000; border: 1px solid; border-color: #ffff00; }
.shadow		{ background-color: #ffffff; position: relative; bottom: 2px; right: 2px; }