html, body, div, ul {
	margin: 0;
	padding: 0;
}

body {
	color: #262626;
	background: #f4f4f4;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}

#content {
	width: 606px;
	margin: 40px auto 0 auto;
	padding: 0px 60px 5px 60px;
	border: solid 1px #cbcbcb;
	-moz-box-shadow: 0px 0px 10px #cbcbcb;
	-webkit-box-shadow: 0px 0px 10px #cbcbcb;
	background: #fafafa;
}

h1 {
	margin: 30px 0 15px 0;
	font-size: 30px;
	font-weight: bold;
	font-family: "Courier New", Courier, monospace;
}

h1 span {
	font-size: 50%;
	letter-spacing: -0.05em;
}

h2 {
	font-size: 15px;
	font-weight: normal;
}

h5 {
	font-size: 11px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}


hr {
	border: none;
	height: 1px; line-height: 1px;
	background: #E5E5E5;
	margin-bottom: 20px;
	padding: 0;
}

p {
	margin: 0;
	padding: 7px 0;
	font-size: 13px
}

p1 {
	font-size: 12px;
	font-weight: 20;
	font-style: normal;
	font-family: "Courier New", Courier, monospace;
	margin: 0;
	padding: 7px 0;
}

a {
	outline: none;
}

a img {
	border: 1px solid #BBB;
	padding: 2px;
	margin: 10px 20px 10px 0;
	vertical-align: top;
}

a img.last {
	margin-right: 0;	
}

ul {
	margin-bottom: 24px;
	padding-left: 30px;
}
