
a img { border: none }


a:link
{
    font-weight: bold;
    cursor: pointer;
    color: blue;
    text-decoration: underline
}
a:visited
{
    font-weight: bold;
    cursor: pointer;
    color: blue;
    text-decoration: underline
}
a:active
{
    font-weight: bold;
    cursor: pointer;
    color: blue;
    text-decoration: underline
}
a:hover
{
    font-weight: bold;
    cursor: pointer;
    color: blue;
    text-decoration: none
}


a.navigatie:link
{
    color: #3366cc;
    line-height: 20pt;
    text-decoration: none
}
a.navigatie:active
{
    color: #3366cc;
    line-height: 20pt;
    text-decoration: none
}
a.navigatie:visited
{
    color: #3366cc;
    line-height: 20pt;
    text-decoration: none
}
a.navigatie:hover
{
    color: #ff6600;
    line-height: 20pt;
    text-decoration: none
}


.navigatie-red
{
    color: #DD262A;
    line-height: 20pt;
    font-weight: bold;
}


.webmaster
{
    font-size: 9px;
    font-family: verdana, arial;
    letter-spacing: 4pt;
    text-decoration: none
}
a.webmaster:active
{
    color: #cccccc;
    text-decoration: none
}
a.webmaster:visited
{
    color: #cccccc;
    text-decoration: none
}
a.webmaster:link
{
    color: #cccccc;
    text-decoration: none
}
a.webmaster:hover
{
	color: #778899;
	text-decoration: underline;
}
