body {
	font: 12px/20px "微软雅黑", "宋体", Arial, sans-serif, Verdana, Tahoma;
}

a,a:link {
	color: black;
	cursor: pointer;
}

a:hover {
	color: #0081c2;
	text-decoration: underline;
	font-weight: bold;
}

.content {
	padding: 20px;
}

h1 {
	font-weight: bold;
	font-size: 20px;
	line-height: 3em;
}

h2 {
	font-weight: bold;
	font-size: 16px;
	line-height: 2em;
}

h3 {
	font-weight: bold;
	font-size: 14px;
	line-height: 2em;
}

p {
	line-height: 2em;
}