body
{
font-family: verdana;
font-size: 11px;
}

.header
{
font-family: arial;
font-size: 18px;
font-weight: bold;
position: absolute;
top: 25px;
left: 40px;
color: #000;
height: 105px;
width: 249px;
border-bottom: 1px dotted black;
}

.hover:hover
{
color: #00F;
}

.works
{
font-family: arial;
font-size: 18px;
font-weight: bold;
position: absolute;
top: 65px;
border-bottom: 2px solid #000;
height: 24px;
width: 46px;
}

.works:hover
{
border-bottom: 2px solid #00F;
height: 24px;
}

.info
{
font-family: arial;
font-size: 18px;
font-weight: bold;
position: absolute;
top: 65px;
left: 73px;
border-bottom: 2px solid #000;
height: 24px;
width: 101px;
}

.info:hover
{
border-bottom: 2px solid #00F;
height: 24px;
}

.links
{
font-family: arial;
font-size: 18px;
font-weight: bold;
position: absolute;
top: 65px;
left: 200px;
border-bottom: 2px solid #000;
height: 24px;
width: 49px;
}

.links:hover
{
border-bottom: 2px solid #00F;
height: 24px;
}

.content
{
font-family: verdana;
font-weight: normal;
font-size: 11px;
top: 145px;
position: absolute;
left: 40px;
width: 400px;
}

a
{
color: #000;
text-decoration: none;
}

a:visited
{
color: #000;
}

a.blauw:visited
{
color: #00F;
}

.blauw
{
color: #00F;
}