/* Main Selectors */

body {
 	font: 14px Georgia;
  	color: #006600;
  	background-image: url("../images/achtergrond.gif");
  	scrollbar-face-color:#808B6D;
	scrollbar-shadow-color: #336666;
	scrollbar-highlight-color:#808B6D;
	scrollbar-3dlight-color: #336666;
	scrollbar-darkshadow-color: #808B6D;
	scrollbar-track-color:#808B6D;
	scrollbar-arrow-color:#336666;
}
td{
 	font: 14px Georgia;
  	color: #006600;
  	background-image: url("../images/liedjesachtergrond.gif");

}
h1 {
	font: 18px Georgia;
	background-color: transparent;
  	color: #006600;
	font-weight: bold;
	}
	
a, a:visited {
	font: 14px Georgia;
	background-color: transparent;
	color: #FFFFFF;
	font-weight: bold;
}
a, a:link {
	text-decoration: none;
	font: 14px Georgia;
	background-color: transparent;
	color: #f1e4d7;
	font-weight: bold;
}
a:hover {
	font: 14px Georgia;
	background-color: transparent;
	color: #FF0000;
	font-weight: bold;
}