/* style sheet for database */


body, p, tr, th, td, ul, li    {
             /* redundant selectors to help NS4 not forget */
	    font-family:  verdana, arial, sans-serif;
	    font-weight: normal;
	    font-size: 12px;
       }

	
a		{                 text-decoration: underline; }
a:link		{ color: #0000CC; text-decoration: underline; }
a:visited	{ color: #800080; text-decoration: underline; }
a:active	{ color: #cc0000; text-decoration: underline; }
a:hover		{ color: #cc0000; text-decoration: underline; }

h3      { 
	  color: #ff9900;
	  margin-left: 0px;	
	}

.header { 
	  color: #ff9900;
	  margin-left: 0px;	
	}

.break 	{ margin: 0px; }

.subject {
	background: #ffcc00;
	color: #000000;
	
	}

.one 	{
	background: #f0f0d0; 
	}
	
.separator {background: #ffffff url(grfx/polkaline2.gif); 
	}
	
	


/*

niet gebruikt op h events

.two 	{
	background: #ffffff;
	}

.three-on {
	background: #DFDFFF;
	}

.three-off {
	background: #ffffff;
	}

*/ 