.tekst   { color: #033; font-size: 12px; font-family: Arial, Helvetica, sans-serif; line-height: 16px }
.tekstwit   { color: white; font-size: 12px; font-family: Arial, Helvetica, sans-serif; line-height: 16px }
/*
.quote     { color: #CC0099; font-size: 14px; font-family: Arial, Helvetica, sans-serif; font-weight: 700; line-height: 20px }
.quote-geel   { color: #ff0; font-size: 14px; font-family: Arial, Helvetica, sans-serif; font-weight: 700; line-height: 20px }
*/
.quote-bruin    { color: #CC0099; font-size: 14px; font-family: Arial, Helvetica, sans-serif; font-weight: 700; line-height: 18px }
.kop      { color: #000; font-size: 18px; font-family: Arial, Helvetica, sans-serif; font-weight: 700; line-height: 22px }
.koprood  {	color: #CC0099; font-family: Arial, Helvetica, sans-serif; font-size: 18px; line-height: 22px;	font-weight: 700; }
.kopsub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
	color: #336699;
	padding: 7px;
	letter-spacing: 2px;
}

a:link   { color: #5a5a64; text-decoration: none }
a:hover    { color: #000; text-decoration: none }
a:visited     { color: #c30080; text-decoration: none }

.mattblacktabs     { width: 100%; overflow: hidden; border-bottom: 0px solid black; /*bottom horizontal line that runs beneath tabs*/ }
.mattblacktabs ul  { margin: 0; padding: 0; padding-left: 0px; /*offset of tabs relative to browser left edge*/ font: bold 12px Arial, Helvetica, sans-serif; font-weight: bold; font-color: #CCCC00; text-transform: uppercase; letter-spacing: 2px; list-style-type: none; }
.mattblacktabs li  { display: inline; margin: 0; }
.mattblacktabs li a { float: left; display: block; text-decoration: none; margin: 0; padding: 12px 8px; /*padding inside each tab*/ border-right: 0px solid white; /*right divider between tabs*/ color: #CCCC00; background: black; /*background of tabs (default state)*/ }
.mattblacktabs li a:visited  { color: #CCCC00; }
.mattblacktabs li a:hover, .mattblacktabs li.selected a { background: #4a4a4a; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */ }
