/* body */
body
{
background: url(images/background01.gif) black; 
background-repeat: repeat-x;  
color: white
}

/* index.php - koptekst*/
p.kop
{
margin-top: 68px;
font-weight: bold; 
font-family: arial black; 
text-align: center
}  

/* index.php - fotorij*/
p.bandfotos
{
margin-top: 60px;
text-align: center
}  

/* index.php - links*/
p.links
{
margin-top: 30px;
text-align: center
}  

/* standaardlinks*/
a:link 
{color: white; font-size: 16; text-decoration: underline}
a:visited 
{color: white; font-size: 16; text-decoration: underline}
a:hover 
{color: white; font-size: 16; text-decoration: underline}  
a:active 
{color: white; font-size: 16; text-decoration: underline}


