﻿* {
	margin: 0;
	padding: 0;
}

.btn {
	width: 100px;
	height: 30px;
	font-family: STHeitiSC-Light;
	font-size: 14px;
	border: 0px;
    cursor:pointer;
}

.btn-blue {
	background: #20BD90;
	color: #FFFFFF;
}

a {
	text-decoration: none;
}