* {
  background: transparent;
}

body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #333333;
}

div {
  font-size: 15px;
}

p {
  font-size: 15px;
  line-height: 19px;
}

pre {
	font-size: 13px;
	font-family: Courier, sans-serif;
	background-color: #EEE;
	display: block;
	border: 1px solid #999;
}