body, table, tr, td, ul, li {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 9pt;
}
th {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10pt;
}

h1 {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 14pt;
}
h2 {
 font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12pt;
}
A:link {
  text-decoration: none;
  color: #FF6600;
}

A:visited {
  text-decoration: none;
  color: #FF6600;
}

A:active {
  color : #ff6600;
  text-decoration: none;
}

A:hover {
  text-decoration: underline;
  color: #FF6600;
}
A.datum:active, A.datum:hover, A.datum:visited, A.datum:link {
  background: white;
  font-size: 8pt;
  color: silver;
}

.datum {
  background: white;
  font-size: 8pt;
  color: silver;
}

.even {
  color: black;
  background: #F6F6F5;
}
.oneven {
  color: black;
  background: white;
}

.gyas {
  color: #FF6600;
}

.aegir {
  color: red;
}

.hunze {
  color: blue;
}

.interval { 
  font-size: 8pt;
}

table.tijdcie {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

table.tijdcie td {
	padding: 1px 4px;
}

table.tijdcie th {
	padding: 2px 4px;
	border-bottom: 1px solid #ddd;
}

table.tijdcie th.club {
	width: 30px;
}

table.tijdcie th.location {
	width: 70px;
}

table.tijdcie th.number {
	width: 30px;
}

table.tijdcie tr.alignment td {
	border-bottom: 1px solid #ddd;
}


