html, body, p {
    text-align: justify;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    color: #000000;
    background-color: #FFFFFF;
	margin-top: 0.2em;
}/* weergeven van id klein rechtsonder */
.nummer {
	font-size: xx-small;
	color: #999999;
	text-align: right;
}

/*
 *.adres {
 *    font-style: italic;
 *    font-variant: small-caps;
 *}
 */

/* Alle tabellen */
table {
	border-spacing: 0;
}

td {
	padding: 0 1em 0 0;
	vertical-align: top;
}

/* categorienamen */
.categorie {
	font-variant: small-caps;
}

/* pasfoto's van leden */
div.pasfoto {
	float: left;
	width: 83px;
	margin-right: 10pt;
}

/* foto's rechts van tekst */
div.plaatjes {
    float: right;
    width: 200px;
    margin-left: 5pt;
}

/* fotobijschrift */
div.plaatjes P {
    font-family: "Times New Roman", serif;
    font-size: smaller;
    font-style: italic;
}

/* voorbeeldfoto's met bijschrift */
div.voorbeeldfoto {
	float: left;
	width: 120px;
	height: 170px;
	margin-right: 10px;
	text-align: left;
	font-size: smaller;
	font-family: "Times New Roman", Times, serif;
}

/* tekst weer aan begin van regel beginnen */
.normaal {
	clear: both;
}

/* titel van pagina */
h1 {
    font-family: Arial, sans-serif;
    font-size: xx-large;
    font-style: italic;
    text-align: left;
    color: #DA251D;
}

/* kop van verschillende onderdelen van pagina */
h2  {
    font-family: Arial, sans-serif;
    font-size: x-large;
    font-weight: bold;
    text-align: left;
    color: #000080;
	clear: left;
	margin-top: 1.5em;
	margin-right: 20%;
	border-bottom: 2px solid #717BF9;
}

/* kop van alinea */
h3  {
    font-family: Arial, sans-serif;
    font-size: medium;
    font-weight: bold;
    text-align: left;
    color: #717BF9;
	margin-top: 1em;
}

/* scheiding tussen paginadelen */
hr	{
	width: 100%;
	color: #000000;
	height: 1px;
}

/* links */
a:link { 
    color: #0000A0;
    text-decoration: none;
}
a:visited {
    color: #0000A0;
    text-decoration: none;
}
a:hover {
    color: #768EBB;
    text-decoration: none;
}
a:active {
    color: #FF0000;
    text-decoration: none;
}

/* plaatjes */
img {
    border-style: none;
} 
