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

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



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

a:link, 
a:visited,
.resulttable a:visited
{
	color: #AC0202;
/*	color: #96000B;*/
	text-decoration: underline;
}

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

a:active,
.resulttable a:active
{
	color: #AC0202;
/*	color: #96000B;*/
	text-decoration: underline;
}

td.previous-next a:link, 
td.previous-next a:visited
{
	color: #AC0202;
/*	color: #96000B;*/
	font-size: 11px;
	padding: 0 2px 0 2px;
	text-align: center;
	text-decoration: none;
}

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

td.previous-next a:active
{
	color: #AC0202;
/*	color: #96000B;*/
	font-size: 11px;
	padding: 0 2px 0 2px;
	text-align: center;
	text-decoration: none;
}

p.sectioncoloredtext
{
	position: relative;
	font-size: 11px;
	color: #AC0202;
/*	color: #96000B;*/
	height: 45px;
	text-align: center;
	margin-top: 238px;
	clear: both;
	border-color: transparent;
	border-width: 0px;
}