a:link        { text-decoration: underline; color: #ff0200; }
a:visited     { text-decoration: underline; color: #ff0200; }
a:hover       { text-decoration: underline; color: #000000; }

/* Algemene Lay-out */
BODY
{
font-size: 12px;
margin-top: 0;
margin-left: 0;
margin-right: 0;
color: #2b2b2b;
font-family: arial;
}


/* Menu links */
.menu A:link {text-decoration: none; color: #2b2b2b;}
.menu A:visited {text-decoration: none; color: #2b2b2b;}
.menu A:active {text-decoration: underline; color: #2b2b2b;}
.menu A:hover {text-decoration: underline; color: #ff0200;}

.menu
{
font-family: arial;
font-size : 13px;
color: #2b2b2b;
font-weight: bold;
}

.copyright
{
font-family: arial;
font-size : 11px;
line-height: 10pt;
color: #2b2b2b;
font-style:italic;
}

.h1
{
font-family: arial;
font-size: 18px;
line-height: 25pt;
color: #000000;
}

.h2
{
font-family: arial;
font-size: 16px;
line-height: 22pt;
color: #000000;
}


td
{
font-size: 12px;
margin-top: 0;
margin-left: 0;
margin-right: 0;
color: #2b2b2b;
font-family: arial;
line-height: 15pt;
}

hr
{
color: #2b2b2b;
background-color: #2b2b2b;
height: 1px;
}

