body
{
font-family: arial;
}

#logo
{
margin-top: -14px;
padding: 0px;
}

#menu
{
background: #55ff55;
}


.menu
{
width = 180px;
height = 30px;
padding: 10px;
margin-bottom: 10px;
margin-top: 0px;
text-align: center;
background-color: #008000;
}

.menu:hover
{
background: #FF3300;
font-style: oblique;
font-weight: bolder;
}

#vlag
{
text-align: center;
}
#links
{
margin-top: -7px;
width: 200px;
}
.link
{
width = 180px;
height = 30px;
padding: 10px;
margin-bottom: 10px;
margin-top: 0px;
background-color: #55FF55;
text-align: center;
}

.link:hover
{
background: #FF3300;
font-style: oblique;
font-weight: bolder;
}

#foto
{
text-align: center;
}

.email a:hover
{
color: #FF3300;
}

#vacature a:hover
{
color: #FF3300;
}

a:link {color: #000000}     /* unvisited link */
a:visited {color: #000000}  /* visited link */
a:hover {color: #000000}   /* mouse over link */
a:active {color: #000000}   /* selected link */