/* Cascading Style Sheet for kolders.nl */

body
{
	font-family	: Verdana;
	font-size	: 10pt;
	text-align	: center;
	color		: #000000;
	background-color: #2077D3;
}

#main
{
	margin-top	: 14px;
	text-align      : center;
}

h0
{
	font-family	: Verdana;
	font-size	: 24pt;
	font-weight	: bold;
	color		: #000000;
};

h1
{
	text-align	: center;
	font-family	: Verdana;
	font-size	: 20pt;
	font-weight	: bold;
	color		: #000000;
};

h2
{
	font-family	: Verdana;
	font-size	: 12pt;
	font-weight	: bold;
	color		: #000000;
};

h3
{
	font-family	: Verdana;
	font-size	: 8pt;
	font-weight	: none;
	color		: #ffffff;
};

hr
{
	color		: #000000;
}

img
{ 
	border		: 0px;
};

A		{ color: #ffffff; background: transparent; text-decoration: underline; }
A:visited	{ color: #ffffff; background: transparent; text-decoration: none; }
A:active	{ color: #ffffff; background: transparent; text-decoration: none; }
A:hover		{ color: #ffffff; background: none;        text-decoration: underline; }
