.blauw {
color: #0762B3;
}

.aqua {
color: #00FFFF;
}

.lgrijs {
color: #CCCCCC;
}

.dgrijs {
color: #999999;
}

.rood {
color: #FF0000;
}

BODY {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10;
  background: url('back_blauw.jpg');
  background-repeat: no-repeat;
  background-color: #0762B3;
  color: #999999;
  margin: 0px;
  font-size: 10px;
  overflow-x: hidden;
  overflow-y: hidden;
}

A { text-decoration: none; color: #999999;}
A:hover { text-decoration: none; color: #00FFFF;}
A:link { text-decoration: none;	color: #999999;}
/*A:visited { text-decoration: none; color: #CCCCCC;}*/
A:active { text-decoration: none; color: #0762B3;}

.active_page {
color: #0762B3;
}

.divider {
color: #00FFFF;
}

.table_artist {
color: #666;
}

.table_contact {
color: #666;
}

.table_contact A { text-decoration: none; font-size: 10; color: #666;}
.table_contact A:hover { text-decoration: none; color: #00FFFF;}

.table_exposities {
color: #666;
}

.footer {
bottom: 0;
position: absolute;
background-color: #0762B3;
color: #ffffff;
width: 100%;
height: 15px;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

.footer A:link {text-decoration: none; color: #FFFFFF; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif;}
