body
{
	margin	: 10mm;

	background-color	: black;
	
	color		: white;

	font-size	: 80%;
	font-family	: serif;
	
	line-height	: 200%;
	text-indent	: 1em;

	a:link		{ color: red; } 
	a:visited	{ color: darkred; } 
	a:active	{ color: white; } 
}

table
{
	width	: 15cm;
}

hr
{
	background-color	: white;
	height				: 1px;
}
