/* CSS Document*/
/* links */
a:link { color: #475b76; text-decoration: none}
a:visited { color: #475b76; text-decoration: none}
a:hover { color: #FFFFFF; text-decoration: underline; background-color: #475b76}
a:active { color: #475b76; text-decoration: none}


/* body structuur */
body { height: 100%; margin: 0px; background-repeat: no-repeat; background-color:#FFFFFF}

/* tekst */
.h5
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 60px;
color: #666666;
text-decoration: none;
}
.h4
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 22px;
color: #666666;
text-decoration: none;
}
.h3
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #666666;
text-decoration: none;
}
.h2
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
color: #666666;
text-decoration: none;
}
.h1
{
font-family: "Times New Roman", Times, serif;
font-size: 26px;
font-weight: bold;
color: #666666;
text-decoration: none;
}

.border
{
border-width: 1px;
border-style: solid;
color: #CCCCCC;
}


/* END CSS Document */
