body{
	font-size:17px;
}
h1{
	text-align: center;
}
h2{
	text-align: center;
}
h3{
	text-align: center;
}
td {
    font-size:17px;
}
p{
	text-indent: 30px;
	text-align: justify;
}
a:link.para{
	text-decoration: none;
	font-size:12px;
	color: #999999;
	border-bottom-style:dotted;
	border-bottom-width:1px
}
a:visited.para{
	text-decoration: none;
	font-size:12px;
	color: #999999;
	border-bottom-style:dotted;
	border-bottom-width:1px
}
a:hover.para{
	text-decoration: underline;
	font-size:12px;
	color: #444444;
	border-bottom:none;
}
a:active.para{
	text-decoration: none;
	font-size:12px;
	color: #999999;
	border-bottom-style:dotted;
	border-bottom-width:1px
	}
.asterix{
	text-align: center;
}
.content{
	text-indent: 0px;
	text-align: right;
}
.detail{
	font-size:16px;
	text-indent: 0px;
}
.left{
	text-indent: 0px;
	text-align: left;
}
.nind{
	text-indent: 0px;
	text-align: center;
}
.note{
	font-size:14px;
	color: #333333;
}
.right{
	text-align: right;
}