/*

<!-- © Copyright inktVlek 2003 (info@inktvlek.nl), http://www.inktvlek.nl -->

*/



a {
	color					: #FFFFFF;
	text-decoration			: underline;
	}

body {
	font-family				: arial, helvetica, sans-serif;
	font-size				: medium;
	color					: #FFFFFF;
	}

h1 {
	font-size				: large;
	}

h2 {
	font-size				: medium;
	}

h3 {
	font-size				: medium;
	font-style				: italic;
	}

h4 {
	font-size				: small;
	}

h5 {
	font-size				: small;
	font-style				: italic;
	}

h6 {
	font-size				: x-small;
	}

table {
	font-size				: medium;
	}

li {
	list-style-image		:  url(bullet.gif);
	}

.body {
	position				: absolute;
	left					: 0px;
	top						: 0px;
	}

.navigation {
	font-weight				: bold;
	color					: #FFFFFF;
	text-decoration			: none;
	}

.hidden {
	font-size				: 0.1pt;
	display					: none;
	}
