body {
	background-color: transparent;
	font-family: Verdana;
	text-align: left;
	font-weight: bold;
}
#page {
  background-color: #efefef;
  width: 600px;
  margin: auto;
  padding: 50px;
  min-height: 600px;
  border: 2px solid #fff ;
  outline: #ccc;
  text-align: left;
}
h1, h2, h0{
	letter-spacing: -1px;
	color: White;
	font-weight: normal;
	margin-bottom: -10px;
}
h0 {
	font-family: Arial;
	font-size: 10px;
}
h1 {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
}
h2 {
	font-size: 10px;
	font-weight: normal;
}
.less {
  color: #999;
  font-size: 12px;
}
a {
  color: #295c72;
}

