body {
	background-color: #003048;
	background-image: url(images/bar.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px
	}
	
.content {
	background-color:  #003048;
	color: #00c0c0;
	padding-left: 10px;
	padding-right: 10px
	}

.stijl2 {
	font-size: 14px
	}

 
a:link {

      color: #00c0c0;
      text-decoration: undeline

    }

a:visited {

      color: #00c0c0;
      text-decoration: underline

    }

a:hover {

      color: #006078;
      cursor: pointer;
      text-decoration: underline

    }
	
a:active {

     
     color: #00c0c0;
     cursor: pointer;
     text-decoration: none;

    }
	
.gastenboek { 
	font-family: Verdana; 
	color: #00c0c0; 
	font-size: 11px; 
	background: #003048;
}

textarea, select, input { 
		background-color: #FFFFFF; 
		border-color: #000000; 
		border-style: solid;
		border-width: 1px; 
		color: #000000; 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 10pt; 
	}
	
	
