html { background: #f1f1f1; }
.share {
	margin: -10px -5px;
	float:right;
}
body {
	background: #fff;
	color: #333;
	font-family: Tahoma, "Lucida Grande", "Lucida Sans Unicode",  Verdana, sans-serif;
	margin: 2em auto 0 2em;
	width: 700px;
	padding: 1em 2em;
	line-height:20px;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

a{ color:#09C; text-decoration:none;}
a:hover{ color:#F30;}
.box,box2{ padding-bottom:10px;}
.box h2{ border-bottom:dashed 1px #963; padding-bottom:3px;}
.box p{ font-size:12px; font-family:Georgia, "Times New Roman", Times, serif; text-indent:2em;}
.box ul li{ margin-top:5px;}
.box a{ color:#222222;}
.box2 a{ color:#222222;}
.t-color{ color:#222; font-family:Tahoma, Geneva, sans-serif; font-size:13px;}