/* De opmaak voor de body, voeg in de HTML: '<BODY CLASS="body">'. */
.body 	{
	/* De opmaak van de achtergrond. */
	background-color: #FFFFCC;
	/*background : url(logo.jpg); 
	/*background-repeat: no-repeat;*/
	/*background-attachment: fixed;*/
	/*background-position: top left;*/
	
	/* De opmaak van de scrollbar. */
	/*scrollbar-shadow-color: #FF9900;*/
	/*scrollbar-track-color: #000066;*/
	/*scrollbar-arrow-color: #FF9900;*/
	/*scrollbar-face-color: #000066;*/
	/*scrollbar-highlight-color: #FF9900;*/
}

/* De opmaak van de tabel, voeg in de HTML: '<TABLE CLASS="tabel">'. */
.tabel {
	 TABLE
		{
		table-layout: auto;
		height: auto;
		width: 700px;
	     	border-collapse: collapse;

		margin-left: 5px;
		margin-right: 5px;
		margin-top: 5px;
		margin-bottom: 5px;
		}
	
	TH    	
		{
		height: auto;
		vertical-align: top;
		text-align: RIGHT;
		font-family: Tahoma;
		font-size: 8pt;
		font-style: normal;
		color: #CCCCCC;
		}

	TD    	
		{
		height: auto;
		vertical-align: top;
		text-align: left;
		font-family: Tahoma;
		font-size: 9pt;
		font-style: normal;
		color: #FF0000;	
		}	
	
	A:link
		{
		font-family: Tahoma;
		font-size: 9pt;
		color: #666666;
		text-decoration: none;
		font-weight: 600;
		}

   	A:visited 
		{
		font-family: Tahoma;
		font-size: 9pt;
		color: #666666;
		text-decoration: none;
		font-weight: 600;
		}

	A:active
		{
		color: #666666;
		text-decoration: none;
		font-weight: 600;
		}

	A:hover
		{
		color: #FF9900;
		text-decoration: none;
		font-weight: 600;
		}

	}

	

/* De opmaak van de lijn om een image, voeg in de HTML: '<IMG CLASS="image"> */
.image	{
	border-style: solid;
	border-width: 2;
	border-color: #000099;
	}