/* external CSS file */
/* filename 'larivieremain.css' */
/* NO HTML MARKUP ALLOWED */
/* */
/* Dit is een Cascading Style Sheet CSS */
/* Deze CSS hoort bij lariviere.nl */
/* Bestand graag laten staan */
/* Bij vragen: Bernard La Rivière */

body 	{
	font: Arial;
	font-family: sans-serif;
	font-size: 11pt;
	background: black;
	color: black;
	}

A:link		{
		color: white;
		}
A:visited	{
		color: white;
		}
A:active	{
		color: white;
		}
/*
td	{
	font: Arial;
	color: black;
	}
*/
/*
tr	{
	background: azure;
	}
*/

.navigatie
	{
	font-size: 10pt;
	background: white;
	color: black
	}
.tabel	{
	font-size: 10pt;
	background: azure;
	color: black;
	}

.tabel_index	{
	font-size: 30pt;
	background: black;
	color: white;
	}

.inhoudkop
	{
	font-size: 10pt;
	background: black;
	color: white;
	}
.tabelkop
	{
	font-size: 14pt;
	background: black;
	color: white;
	}
.tabelklein
	{
	font-size: 8pt;
	background: azure;
	color: black;
	}

.copy	{
	font-size: 10pt;
	background: azure;
	color: black;
	}
.copykop
	{
	font-size: 10pt;
	background: deepskyblue;
	color: white;
	}
.copymessage
	{
	font-size: 7pt;
	background: azure;
	color: black;
	}

