h1 { text-align: center; }
/* uilijning van text in het midden */
p { text-align: left; }
/*  uitijnen van text */
h1 {font-size: 500%}
/* letter grootte */
h1 {font-family:cursive;}
/* letter type kan alles zijn*/
h1 {font-weight:normal;}
/* letters dik of bold*/
body {color: rgb(255,255,0); background:rgb(0,102,255);}
/* 1e letter kleur 2e is achtergrond kleur */
img {text-decoration:none;}
/* kleur van hyperlynk bepalen geen onderstreeping van hyperlinks*/
h2{font-size:100%;}
h2 {font-family:ariel;}
h2 {color :rgb(255,255,0);}
h2 {float :none}
/* de letterkleur van lettertype h2
.ovaal{margin:350;}
a{color:rgb(0,102,255)}
h4 {font-family:serif;}
.slideshow{float: right;}
.landen{float:left;}
img.ovaal{float:left;margin: 0 100px 5px 0;}
.links{margin:5;}
h3 {text-align:left; }
/* tekst aan de rechterkant plaatsen*/
h3 {font-size:100%}
h3 {font-family:ariel;}
h3 {color: rgb(255,255,0);}
a {text-decoration:none;}
h3 {float : left}
/* kleur van hyperlynk bepalen geen onderstreeping van hyperlinks*/
h4 {font-size:100%}
h4 {font-family:ariel;}
h4 {color: rgb(255,255,0);}
a {text-decoration:none;}
h4 {float : center:}
