/* css voor www.arterieur.nl */

h1		
		{
	 	font-family: arial, sans-serif;
	 	font-size: 160%;
	 	font-weight: bold;
		text-align: center;
	 	color: #BA02BC;
		}

h2		
		{
	 	font-family: "Comic Sans MS", arial;
	 	font-size: 140%;
	 	font-weight: bold;
		text-align: center;
	 	color: #FC3EFE;
		}

h3		
		{
	 	font-family: "Comic Sans MS", arial;
	 	font-size: 120%;
	 	font-weight: bold;
		text-align: center;
	 	color: #FEBBFF;
		}

p.text	
		{
	 	font-family: "Comic Sans MS", arial;
	 	font-size: 100%;
	 	font-weight: normal;
	 	color: #000000;
	 	background: url(images/vlek_achter.jpg) repeat-y;
		}
		
/* p.tekst_onder is o.a. voor tekst ONDER of BOVEN een afbeelding */
p.text_onder	
		{
	 	font-family: "Comic Sans MS", arial;
	 	font-size: 90%;
	 	font-weight: normal;
		text-align: center;
	 	color: #000000;
	 	background: transparent;
		}

p.frame	
		{
		font-family: arial, sans-serif;
		font-size: 90%;
		font-weight: normal;
		text-align: center;
		color: #000000;
		}
		
p.frame:hover
		{
		font-size: 90%;
		font-weight: bold;
		color: #ff0000;
		}
			
p.ul	
		{
		font-family: arial, sans-serif;
		font-size: 80%;
		font-weight: normal;
		text-align: center;
		color: #808080;
		}
		
p.ul:hover
		{
		font-size: 80%;
		font-weight: bold;
		color: #FFB049;
		}		

/* p.special-stijl is o.a. voor tekst IN EEN TRANSPARANTE LAAG,
die op een afbeelding gelegd wordt */
p.special
		{
		font-family: "Comic Sans MS", arial;
	 	font-size: 140%;
	 	font-weight: normal;
		text-align: center;
	 	color: #FC3EFE;
		background: transparent;
		}
		
img
		{
		border: 0px;
		}
