h1.header
{
color : khaki;
text-decoration : underline;
font-variant : small-caps;
}

table.inhoud
{
border-style : solid;
border-width : thin;
border-color : green;
background-color : #E3FCE4;
}

body
{
background-attachment : fixed;
background-image : url(fotos/bg.gif);
background-color : #E3FCE4;
}

.nieuws
{
color : black;
font-weight : bold;
font-size : 16pt;
}

a.nieuws
{
color : green;
font-weight : bold;
font-size : 16pt;
text-decoration : none;
}

a.nieuws:hover
{
text-decoration : underline overline;
}

.temp
{
color : lightyellow;
}

a.link
{
text-decoration : none;
color : green;
font-weight : bold;
}

a.link:hover
{
text-decoration : underline overline;
}

a.mail
{
text-decoration : underline;
color : green;
}

img
{
border-style : none;
}

s
{
color : green;
font-weight : bold;
}

p
{
text-align : justify;
margin-left : 10;
margin-right : 10;
margin-top : 10;
margin-bottom : 10;
}