/* update.css */
* { margin: 0; padding: 0 }
body {
	background-color: #000;
	font-size: 62.5%;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #fff;
}
#content {
	width: 750px;
	margin: 0 auto;
	padding: 30px 20px 60px;
	position: relative;
	border-left: 2px solid #666;
}
div.diggthis {
	float: left;
	margin-left: -85px;
}
div.adleft {
	float: left;
	margin-left: -150px;
	margin-top: 100px;
}
div.adhoriz {
	width: 728px;
	height: 90px;
}
h1 {
	margin-bottom: 1em;
	font-size: 3.6em;
}
h2 {
	color: #ff0;
	margin-bottom: 1em;
	font-size: 2em;
}
h3 {
	font-size: 1.6em;
}
p {
	font-size: 1.4em;
	margin-bottom: 1em;
}
a {
	color: #09f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
dl {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-left: 2em;
	margin-bottom: 2em;
}
* html dl {
}
dt {
	font-size: 1.2em;
	text-decoration: underline;
}
dd {
	margin-left: 2em;
}
dd:before {
	content: '- ';
}
ul {
	margin-left: 2em;
}
