/*
	groter.css

	Herschrijft main.css om een
	contrast-rijkere website te krijgen
	met een iets groter lettertype.

*/

@import url("main.css");

body
{
	color: black;
}

a:link, a:visited
{
	text-decoration: underline;
	color: blue;
	border: 0;
}

a:visited
{
	text-decoration: underline;
	color: navy;
	border: 0;
}

a:hover, a:active
{
	color: blue;
	border: 0;
}

#menu
{
	color: black;
	font-size : 90%;/* IE5 Win */
 	voice-family: "\"}\"";
 	voice-family: inherit;
	font-size: 100%;
}
html>#menu
{
	font-size: 100%;
}

#menu strong
{
	color: black;
}


#content
{
	font-size: small; /* IE5 Win */
 	voice-family: "\"}\"";
 	voice-family: inherit;
	font-size: medium;
}

html>#content
{
	font-size: medium;
}

#menu a:link, #menu a:visited
{
	font-weight : bold;
	color: maroon;
}
#menu a:link:hover, #menu a:visited:hover
{
	color: black;
	background-color: white;
}

#search input.text
{
	color: black;
}

#search input.button
{
	color: black;
}

#styles a:link, #styles a:visited
{
	text-decoration: underline;
}

#footer a:link, #footer a:visited
{
	text-decoration: underline;
}

h1, h3
{
	color: maroon;
}

#content table .whatsnext
{

	border-left: 2px solid #900;
	color: black;
}