/* Styles voor tekst popup window */

/* Scrolbars */
body 	{ 
	scrollbar-arrow-color : #993300; 
	scrollbar-darkshadow-color : #993300; 
	scrollbar-3dlight-color : #993300; 
	scrollbar-base-color : #FFFFFF; 
	scrollbar-face-color : #FFFFFF; 
	scrollbar-highlight-color : #FFFFFF; 
	scrollbar-shadow-color : #993300; 
	scrollbar-track-color : #FFFFFF; 
	}
<font color="#993300" size="4" face="Times New Roman, Times, serif">

/* Links */
A:link {text-decoration:none}
A:visited {text-decoration:none}
A:hover {text-decoration:underline}
A:active {text-decoration:none}

/* Pop Up Tekst */
.title 	{  font-family: "Times New Roman", Times, serif; font-size: 14pt; font-weight: bold; color: #993300 }
.author	{  font-family: "Times New Roman", Times, serif; font-size: 13pt; font-style: italic; font-weight: bold; color: #662200}
.text 	{  font-family: "Times New Roman", Times, serif; font-size: 13pt; font-style: normal; color: #993300}
.text_cursief 	{  font-family: "Times New Roman", Times, serif; font-size: 13pt; font-style: italic; color: #993300}
.author_about	{  font-family: "Times New Roman", Times, serif; font-size: 12pt; font-style: normal; color: #993300}

