/*
Cascading Style Sheet voor de Nederlandse Voltige site
door Arjen van der Spek, 31-12-2006  
*/

Div {
/*	scrollbar-3dlight-color:#FFD700;
	scrollbar-arrow-color:#FFFF00;
   	scrollbar-base-color:#FF6347;
	scrollbar-darkshadow-color:#FFA500;*/
	scrollbar-face-color:YellowGreen; 
/*	scrollbar-highlight-color:#FF69B4;
	scrollbar-shadow-color:#FF00FF;*/
}

Test {	font-family: Tahoma,Arial;
		font-size: 13 pt;
		color: Green;
		text-decoration:none;
		margin-top: 5%;
		margin-bottom: 5%;
		margin-left: 5%;
		margin-right: 5%; }

A:link		{
	text-decoration: none;
	font-size: medium;
	color: Maroon;
	font-weight: bold;
	font-family: Tahoma,Arial;
}
A:visited	{
	text-decoration: none;
	font-size: medium;
	color: Maroon;
	font-weight: bold;
	font-family: Tahoma,Arial;
}
A:active		{
	text-decoration: none;
	font-size: medium;
	color: Maroon;
	font-weight: bold;
	font-family: Tahoma,Arial;
}
A:hover		{
	text-decoration: none;
	font-size: medium;
	color: White;
	font-family: Tahoma,Arial;
}

/*A:link		{ height: 30pt; color: Green; font-size: 13 pt; text-decoration:none; }
A:visited	{ height: 30pt; color: Green; font-size: 13 pt; text-decoration:none; }
A:active	{ height: 30pt; color: Green; font-size: 13 pt; text-decoration:none; }
A:hover		{ height: 30pt; color: Green; font-size: 13 pt; text-decoration:none; font-weight:bold; }*/
