/* fotobladzijde styles .css*/ 
/*BELANGRIJK bijvoegen voor firefox <div align="center">*/
body
 {
background : #edf2ff;
font-family:"trebuchet ms",arial,helvetica,sans-serif;
color:#4d65a0;
font-size:12px;
font-style : italic ;
}
body { background-image : url("achtergrond_4.jpg" )
}
/*
h1
{ WORDT NIET GEBRUIKT IN FOTOBLADZIJDEN
	margin-bottom :5px;
	text-align:center	;
	font-style: italic
}
*/
/*
h2
{  WORDT NIET GEBRUIKT IN FOTOBLADZIJDEN
	text-align:center;
	font-size:15px;
	font-style : italic ;
}
*/
p.special 
{
font-size:12px;
text-align:center;
}
/*
p
{  WORDT NIET GEBRUIKT IN FOTOBLADZIJDEN
font-size : 15px ; 
font-style : italic ;
line-height :1.2 ;
text-indent: 3em ;
}
*/
td {
width :0 ; 
text-align : center; 
border-width :1px  ;        /*thin*/
border-color :#4d65a0 ;     /*red*/
border-style :solid  ;      /* */
font-size: 12px; 
font-weight: bold;
font-style: italic;/*tekst onder fotos zetten = zet <br> in de html tekst*/
 }
table {
border-color :#4d65a0;
border-width :1px;
border-style : solid;
margin-top: 1px;              /* margin: 1px;*/ /* margin-top: 1px;*/
}
table.special{
border : 0px;
} 
td.special{
border : 0px;
}
img {
border-color :#4d65a0;
border-width :3px;         /*1px;*/    /*3px;*/
border-style : double;    /* solid;*/ /*double;*/
margin-top : 3px;
}

