.content ul{
margin-bottom: 24px;
}

.content ul,.content ul li{
list-style: disc;
margin-left: 10px;
}

.content ol{
margin-bottom: 24px;
}

.content ol,.content ol li{
list-style: decimal;
margin-left: 10px;
}

.content .alignleft{
float: left;
margin-right: 20px;
margin-bottom: 20px;
}

.content .alignright{
float: right;
margin-left: 20px;
margin-bottom: 20px;
}

.content .aligncenter{
display: block;
clear: both;
margin-left: auto;
margin-bottom: auto;
}

.content blockquote{
margin-left: 80px;
margin-right: 0px;
font-style: italic;
}

.content h1{
font-size: 38px;
line-height: 42px;
color: #11d5ff;
margin-bottom: 30px;
font-family: TradeGothicLTStd-BdCn20;
}

.content h2{
font-size: 36px;
line-height: 40px;
color: #303366;
margin-bottom: 30px;
font-family: TradeGothicLTStd-BdCn20;
}

.content h3{
font-size: 29px;
line-height: 35px;
color: #303366;
margin-bottom: 30px;
font-family: TradeGothicLTStd-BdCn20;
}

.content h4{
font-size: 29px;
line-height: 35px;
color: #303366;
margin-bottom: 30px;
font-family: TradeGothicLTStd-BdCn20;
}

.content h5{
font-size: 17px;
line-height: 17px;
color: #303366;
margin-bottom: 30px;
font-family: TradeGothicLTStd-BdCn20;
}

.content h6{
font-size: 13px;
line-height: 13px;
color: #303366;
margin-bottom: 30px;
font-family: TradeGothicLTStd-BdCn20;
}

.content a:hover{
	text-decoration: underline;
}
.content p{
	margin-bottom: 20px;
}