﻿*{
	padding:0px;
	margin:0px;
	list-style:none;
}
html{
	font-size:16px;
}
body{
	padding:16px;
	/*background:#fff6e5;*/
	background:#ffffff;
	color:#333333;
	font-family: Tahoma, Geneva, sans-serif,"苹方", "Droid Sans Fallback", "微软雅黑", "宋体";
}
a{
	text-decoration:none;
	color:#334b80;
}
a:hover{
	color:#cc0000;
}
img {
	vertical-align:middle;
	max-width:50%;
	height:auto;
	border:0px;
}
p{
	font-size:16px;
	line-height:1.5;
	text-indent:2em;
	margin-bottom:0.9em;
}
.ACenter {
	text-align:center;
	text-indent:0px;
}
.ACenter img {
	max-width:100%;
	margin:5px 0px;
}

p video{
	max-width:100%;
	height:auto;
	margin:5px auto;
/*	text-indent:-2em;*/
	display:block;
}
p[style='text-align:center;']{
	text-indent:0px;
}
.ACenter audio {
	max-width:100%;
	margin:5px 0px;
}
table{
	border:1px solid #999999;
	border-collapse:collapse;
	width:100%;
	margin:5px 0px;
}
td{
	border:1px solid #999999;
	font-size:16px;
	padding:5px 10px;
	line-height:150%;

}
td p{
	text-indent:0;
}