@font-face {
  font-family: swiss;
  font-style:  normal;
  font-weight: normal;
  src: url( http://www.ono-architectuur.be/SWISCNB1.eot); /* IE */   
  src: local("Swiss Condensed BT"), url( http://www.ono-architectuur.be/swissc.ttf ) format("truetype"); /* non-IE */   
 }

 @font-face {
  font-family: franklin;
  font-style:  normal;
  font-weight: normal;
  src: url( http://www.ono-architectuur.be/FRANKLI0.eot); /* IE */   
  src: local("Franklin Gothic Book"), url( http://www.ono-architectuur.be/frabk.ttf ) format("truetype"); /* non-IE */   
 }

* {
	font-family: franklin, arial, verdana, helvetica, sans-serif;
	}

.tekst {
	font-size: 9pt;
	line-height: 13pt;
	padding: 0px; 
	white-space: nowrap
	}

.teksthighlight {
	font-size: 9pt;
	color: #666600;
	line-height: 13pt;
	padding: 0px; 
	white-space: nowrap
	}

.tekstbackground {
	font-size: 9pt;
	color: #666600;
	background: white;
	line-height: 13pt;
	padding: 0px; 
	white-space: nowrap
	}

.tekstklein {
	font-size: 7pt;
	color: #888888;
	line-height: 10pt;
	padding: 0px
	}
.blink {
	text-decoration: blink
	}
.titel {
	font-family: swiss;
	font-size: 30pt; 
	letter-spacing: -1px;
	font-weight: bold; 
	padding: 0px; 
	}

.caption {
	font-size: 7pt; 
	padding: 0px; 
	}

.disclaimer {
	font-size: 6pt; 
	color: #888888;
	position: absolute;
	bottom: 20px;
	}

a:link {
	color:#666600;
	text-decoration: none;
	}

a:visited {
	color: #666600;
	text-decoration: none;
	}

a:active {
	text-decoration: none;
	}
a:hover {
	color: red;	
	text-decoration: underline; 

	}
.centreer {
	text-align: center;
	}

