

body	  { background-color: #7e0001;
	    color: #ffff80;
}

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


a:hover	  { text-decoration:underline;
}

center	  { font-weight: bolder;
}

.geenpunt { list-style-type: none;
	    font-style: italic;
            align: center;	
}

.knop     { border: 2px inset #FFFFFF;
	    font-size: 12px;
	    color: #7e0001;
	    background-color: #ffff80;
	    margin: 5px 20px 5px 0px;
	    width: 100px;
}

.pippeloentje { border: 2px outset;  
		background-color:#ffff80;
		color:#7e0001;
		
}

.pippeloentje a {
		color:#7e0001;
}


form {
		margin: 0px;
  		padding: 0px;
}

form fieldset {
  		clear: both;
  		font-size: 100%;
  		border-color: purple;
  		border-width: 0px 0px 0px 0px;
}

form fieldset legend {
  		font-weight: normal;
		color: #ffff80;
  		margin: 0px 0px 0px 0px;
 		padding: 0px 5px;
}



