/* CSS Stylesheet voor foToos */

BODY
{
    BACKGROUND-COLOR: black;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    COLOR: White;
}

FONT
{
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    COLOR: white;
}

P
{
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    COLOR: white;
}

A:link	{	
	color:	#ff0000;
	}	
		
A:visited	{	
	color:	#ff0000;
	}	
		
A:active	{	
	color:	#ffffff;
	}	
		
A:hover	{	
	color:	#ffffff;
	}
	
/* SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
*/

