.Screen  { display: none;  }
.Printer { display: ; }

#Paper {
	background-color: white;
	border: 0px;
	width: 15cm;
	margin: 0px auto 0px auto;
	padding: 0px;
}

#LeftColumn { display: none; }
#LeftGutter { display: none; }

#RightColumn { display: none; }
#RightGutter { display: none; }

.DotsAll { border: 1px solid lightgrey; }
.DotsRight { border-right: 1px solid lightgrey; }
.DotsBottom { border-bottom: 1px solid lightgrey; }
.DotsTop { border-top: 1px solid lightgrey; }
.DotsLeft { border-left: 1px solid lightgrey; }
