@charset "utf-8";
/* CSS Document */

body{
font:Verdana, Arial, Helvetica, sans-serif;
background:url(../img/body_background.gif);
margin-top:6px;
margin-left:0;
margin-right:0;
margin-bottom:0;
cursor:default;
}

h1
{
font-size:16px;
padding-top:10px;
}

h2
{
font-size:14px;
}

h3
{
font-size:12px;
}

p{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px
}

.header{
font:Verdana, Arial, Helvetica, sans-serif;
font-weight:400;
color:#666666;
}

a:link    {
/* Applies to all unvisited links */
color:#660066;
cursor:hand;
text-decoration:none;
} 
a:visited {
/* Applies to all visited links */
color:#660066;
cursor:hand;
text-decoration:none;
}
a:hover {
/* Applies to links under the pointer */
color:#3333CC
cursor:hand;
text-decoration:none;
}
a:active {
/* Applies to activated links */
color:#660066;
text-decoration:none;
}

/* Onderstaande heeft betrekking op het Gastenboek */
.nav_active {
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 12px;
font-weight: bold;
font-stretch: expanded;
}

.nav_inactive {
font-family: Arial, Helvetica, sans-serif;
color: #CCCCCC;
font-size: 12px;
font-weight: bold;
font-stretch: expanded;
}

.datetime {
font-family:Arial, Helvetica, sans-serif;
font-size:9px;
color:#999999;
}

.post {
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:10px;
color:#333333;
}
