/* Stylesheet voor divephoto.net */

/* de margin en padding worden gebruikt om de bovenste balk volledige breedte te maken */
  body {font-family: tahoma, verdana, arial; 
  	margin: 0;
	padding: 0;
  	font-size: 12pt;
    background-color: #404d57;
    letter-spacing: 0.1cm;
    color: #ffffff;
    }
 	
  .centreer { text-align: center;
    }

  .rechts { text-align: right;
    }
  
  .tekstblok { font-size: 10pt;	   
  			margin-left: 100pt;
  			width: 350pt;
			letter-spacing: 0,05cm;
  } 

    
   a {
	color: #ffffff;
	text-decoration: none;
	font-style: italic;
     }
     
   a:hover { color: #FFFF99;
  	}

   h1, h2, h3 { color: #ffffff;
    }

   h1 { font-size: 20pt;	
    margin-left: 0.5cm;
    margin-top: 0.5cm
    }

   h2 { font-size: 14pt;
    }

   h3 { font-size: 12pt;
      }
    
    
 


  

