/*
** External style sheet
** Author: Jonathan Eskes
**
** History
** 24.9.2002	Creation
*/
BODY {
	font-size: 80%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	border-top: 0;
	border-left: 0;
	border-bottom: 0;
	border-right: 0;
}

TABLE {
	font-size: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

A:link {
	color: Blue;
	text-decoration: none;
}

A:visited {
	color: Blue;
	text-decoration: none;
}

A:hover {
	color: Black;
	text-decoration: none;
}
