/* ----------------------------------------------------
   Project: 	blokfluit.org
   Subject: 	historical CSS definitions

   (C) 2006 Netklaar.nl, Amsterdam
   ---------------------------------------------------- */



/* --- TEXT DEFINITIONS MODERN------------------------------------------------------------------*/

a:link, 
a:visited,
.resulttable a:visited
{
	color: #22150E;
	text-decoration: underline;
}

a:hover,
.resulttable a:hover
{
	color: #757673;
/*	vertical-align: top;*/
	text-decoration: none;
}

a:active,
.resulttable a:active
{
	color: #22150E;
	text-decoration: underline;
}



td.previous-next a:link, 
td.previous-next a:visited
{
	color: #22150E;
	font-size: 11px;
	padding: 0 2px 0 2px;
	text-align: center;
	text-decoration: underline;
}

td.previous-next a:hover
{
	font-size: 11px;
	color: #757673;
	padding: 0 2px 0 2px;
	text-decoration: underline;
}

td.previous-next a:active
{
	color: #22150E;
	font-size: 11px;
	padding: 0 2px 0 2px;
	text-align: center;
	text-decoration: underline;
}