@import "print.css";

#page {
	width: 700px;
	padding: 40px 20px;
	margin: 20px;
	border: 1px solid #ccc;
}

#preview-message {
  clear: both;
  display: block;
  border-bottom:1px solid #666;
  background: #38B9C2;
  padding:8px;
  font-weight: 700;
  font-size: 120%;
}

#preview-message h3, #preview-message p a {
	color: #fff !important;
	line-height: 1.5em;
	font-size: 92%;
}