@charset "iso-8859-1";
/* CSS Document */

body
{color: white;}

.rondehoeken
 {
    border: 1px solid #c4c4c4;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
	height: 200px;
	width: 500px;
	background: #900;
 }
 }