body {
	background-color: #FFFFFF; /* Dit is je achtergrond */
	font-family: verdana; /* Lettertype */
	color: #000000; /* Dit is je tekst kleur */
	font-size: 10px;
}

a {
	color: #666666; /* Dit is de kleur van een hyperlnk */
	text-decoration: underline;
	}
	
a:link {
	color: #666666; /* Dit is de kleur van een hyperlnk */
	text-decoration: underline;
	}
	
a:visited {
	color: #666666; /* Dit is de kleur van een bezochte hyperlink */
	text-decoration: underline;
	}

a:active {
	color: #999999; /* Dit is de kleur van een active link */
	text-decoration: underline;
	}

a:hover {
	color: #9AA0F1; /* Dit is de kleur als je over een hyperlink gaat */
	text-decoration: none;
	}

p {
	font-size: 10px;
	text-align: justify;
	}

p.page {
        align: center;
}

th {
	font-size: 12px;
	color: #000000;
	}

th.menu {}

/* paginakop */
th.paginakop {
	padding-right: 5px;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #000000;
	}

/* subkop */
th.subkop {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	color: #666666;
	}
	
th.kop {
	background-color: #FF5050;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	}
	
th.headerImage {}

td {
	color: #666666
	vertical-align: top;
	font-size: 10px;
	text-align: left;
	}

td.menu {
	text-align: right;
	vertical-align: top;
	padding-right: 0px;
	}

td.main { 
                padding-left: 3px;
                padding-right: 3px;
	}

td.bandleden{
                padding-left: 2px;
                padding-right: 0px;
                margin-right: 0px
                text-align: right;
                }

td.paginakop {
	font-size: 14px;
	}

td.subkop {
	font-size: 10px;
	}
	
td.footer {
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
	
img {
	border: 0px;
	}


input {
	font-family: verdana;
	font-size: 11px;
	border: 1px solid;
	}

textarea {
	font-family: verdana;
	font-size: 11px;
	border: 1px solid;
	}
