/*------------------------ ALGEMEEN ------------------------------*/

BODY {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 17px;
	SCROLLBAR-FACE-COLOR: #5A18BD;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #ffffff;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #ffffff;
	SCROLLBAR-TRACK-COLOR: #DECCF9;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}

A {
	color: #000000;	
	text-decoration: underline;
}
A:hover {
	color: #000000;	
	text-decoration: none;
}
INPUT {
  font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
  font-size: 17px;
}

TABLE {
  font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
  font-size: 17px;
}

.siteTitle {
	font-size: 17px;
	color: #000000;
	font-weight: bold;
}

.siteSubTitle {
	font-size: 17px;
	color: #000000;
}

.tableHeader {
	font-size: 17px;
	color: #FFB6FF;
	font-weight: bold;
}

.tableHeader_2 {
	font-size: 17px;
	color: #000000;
	font-weight: bold;
}

.buttonTextBlack {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #000000;
	text-decoration: none;
}

A.buttonTextBlack {
  font-size: 17px;
  color: #000000;
  text-decoration: underline;
}

A.buttonTextBlack:hover {
  font-size: 17px;
  color: #000000;
  text-decoration: none;
}

.buttonTextWhite {
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	text-decoration: bold;
}


A.buttonTextWhite {
  font-size: 17px;
  color: #FFFFFF;
  text-decoration: underline;
}

A.buttonTextWhite:hover {
  font-size: 17px;
  color: #FFFFFF;
  text-decoration: none;
}

.buttonTextColor {
	font-size: 17px;
	color: #663366;
	text-decoration: underline;
}

.tableHeaderSmall {
	font-size: 17px;
	color: #000000;
	font-weight: bold;
}

.priceText {
	font-size: 17px;
	font-weight: bold;
}

.priceItalicText {
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
}

.highlightText {
  font-size: 17px;
  color: #000000;
}

A.highlightText {
  font-size: 17px;
  color: #000000;
  text-decoration: underline;
}
A.highlightText:hover {
  font-size: 17px;
  color: #000000;
  text-decoration: none;
}

.footer
{
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
}

.button
{
	background-color: #5A18BD;
	border-left: 1px solid white;
	border-right: 1px solid #493C17;
	border-top: 1px solid white;	
	border-bottom: 1px solid #493C17;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight:bold;
	color: white;
	padding-left: 5px;
	padding-right: 5px;
}

.prijs 
{ 
 font-size: 17px; 
 font-weight: bold; 
} 
 
 


