/* stylesheet bij teksten */

body {
     background-image:url(../agr8.GIF);
     font-family: times new roman;
     font-size: medium;
     margin: 1cm;
}
h1 {
     font-family: comic sans ms;
     font-size: xx-large;
     text-align: center;
     color:#006699;
}
h2 {
     font-family: comic sans ms;
     font-size: x-large;
     text-align: center;
     color:#006699;
}
h3 {
     font-family: comic sans ms;
     font-size: large;
     font-style: italic;
     text-align: center;
     color:#003366;
}
h4 {
     font-family: comic sans ms;
     font-size: medium;
     text-align: center;
     color:#006699;
}
.kleur {
     font-weight: bold;
     font-style: italic;
     color:#CC6600;
}
.kleur1 {
     font-weight: bold;
     color:#FF9900;
}
.kleur2 {
     font-weight: bold;
     font-style: italic;
     color:#666633;
}
p.blok1 {
     font-size: small;
     font-style: italic;
}
p.blok2 {
     font-size: small;
     color:#669900;
}
p.kop {
     font-size: large;
     font-weight: bold;
}
div.tekst {
     font-size: small;
}
div.verhaal {
     font-family: comic sans ms;
     font-size: small;
}
a:link {
     color:#336699;
     text-decoration: none;
}
a:visited {
     color:#336699;
     text-decoration: none;
}
a:active {
     color:#336699;
     text-decoration: none;
}
a:hover {
     color:#336699;
     text-decoration: underline;
}