BODY 
  { 
    font-family: Verdana,arial;
    color: #000000;
    background-color: #fbf9d7;
    font-size: 12px;
    margin: 0px; 
    padding: 0px; 
  } 

a:link 
  {
	color: #000080;
	text-decoration: none;
  }
a:visited
  {
	color: #000080;
	text-decoration: none;
  }
a:hover 
  {
	CURSOR: hand;
	text-decoration: underline;
	color: yellow;
  }
a:active 
  {
	text-decoration: none;
	color: #000080;
  }
a.zwart:link 
  {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
  }
a.zwart:visited
  {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
  }
a.zwart:hover 
  {
	text-decoration: underline;
	color: #4040FF;
	font-size: 12px;
  }
a.zwart:active 
  {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
  }

.lorem {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px}
.menu {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px}
.copy {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px}

.style1 
  {
	color: #FF0000;
	font-style: italic;
  }
.box {  height: 20px}
.box_border
 {
	border: #828282; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
  }


