@import url("layout.css");

body {
	margin:1cm;
	width:20cm;
	overflow:visible;
	background:#FFFFFF;
}

h1,h3{
	margin:0.5em 0;
	color:#000;}

h2{
	margin:0.5em 0;
	color:#E47B2D;
}

table{
	width:100%;
}

a{
	text-decoration:none !important;
	color:inherit;
}
strong{
	color:#E47B2D;
}

tbody tr:hover {
	cursor:pointer;
	background:#efefef;
}

