/* Start of CMSMS style sheet 'Arcana - fonts en tekstkleur' */
/* hier wordt de basis gedeclareerd */
/* als een template afwijkt zijn de daarvoor geldende kleuren vermeld in de stylesheet in die map */


body, code 	{
	font-family: arial, verdana, sans serif;
}

:link, :visited {
	font-weight: bold;	 
	text-decoration: underline;
	color: #cccccc;
}

:link:focus, :visited:focus {
	text-decoration: underline;
	color: #cccccc;
}
:link:hover, :visited:hover { 
	text-decoration: underline;
	color: #cccccc;
}
:link:active, :visited:active { 
	text-decoration: underline;
	color: #cccccc;
}

/* ivm link-kleur in forms met grijze achtergrond aanpassing aldaar */
form :link, form :visited {
	font-weight: bold;	 
	text-decoration: underline;
	color: #000;
}

form :link:focus, form :visited:focus {
	text-decoration: underline;
	color: #000;
}
form :link:hover, form :visited:hover { 
	text-decoration: underline;
	color: #000;
}
form :link:active, form :visited:active { 
	text-decoration: underline;
	color: #000;
} 
 /* einde aanpassing linkkleur in forms */

.main_content {
	color: white;
}

.menu, .menu :link, .menu :visited	{
	color: black;
}

.als_link {
	font-weight: bold;	
	color: #cccccc;
}

.styleswitcher	{
	color: white;
}
/* End of 'Arcana - fonts en tekstkleur' */

/* Start of CMSMS style sheet 'Arcana - tekst-groottes' */
body	{
	font-size: 0.9em; 
}


H1    {
	font-size: 1.0em;
        font-weight: normal;
        color: white;
}

H2	{
	font-size: 1.3em;
}

H3	{
	font-size: 1.2em;
}
.menu	{
	font-size: 1em;	
}

dl dt  {
	font-weight: bold;
}
/* End of 'Arcana - tekst-groottes' */

