﻿body 
{ 
	font-size: 12pt;
	font-family: bitstream vera sans,sans-serif;
	margin: 0px;
	padding: 0px;
	top: 10px;
	background-color: white;
	color:black;

	/* 
	 * US Letter is 21.590cm
	 * A4 is 20.997cm

	 * I'll take the smallest in width (A4)
	 * Most browser have a default border of
	 * 0.5 at left and right, so minus one cm
	 * And to get rid of hardware-margins
	 * minus another one . . .
	 */

	max-width: 16.997cm;
	min-width: 16.997cm;
	width: 16.997cm;

	/*
	 * I'm searching to define page-wrapping
	 */

	height: auto;
} 
a
{
	text-decoration : underline; 
	color : #0000ff; 
}
#TopBar	   { display : none; }
.LeftBar   { display : none; }
