body {
	background-color  	: #ffd080;
	margin: 0 0 0 0;
}

div.m, div.h {
  overflow:hidden;
}
div.h {
    background-image: url(../gfx/hline.gif);
    background-repeat: repeat-y;
    background-color: transparent;
}
div.m table, div.h table {
  border: none;
  border-collapse: collapse;
}
div.m table td, div.h table td {
  border: none;
  vertical-align: top;
  padding: 0 0 0 0;
}
