@charset "utf-8";
/* CSS Document */

body,td,th {
	font-size:14px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Arial', 'Microsoft Yahei';
	/* [disabled]font-size: 12px; */
}
a{ color:#666; 
text-decoration:none;
-webkit-transition:color 0.2s linear;
    -moz-transition:color 0.2s linear;
    -o-transition:color 0.2s linear;
    transition:color 0.2s linear;}
a:hover{ color:#2e64a2}


.getstart1 a{
		text-align: center;
		font-size: 14px; 
		text-transform:uppercase;
		text-decoration: none;
		padding: 12px 35px;
		background:#3a3a3a;
        color: #ffffff;

	}
.getstart1 a:hover{
	color:#fff;
	background:#1f538f;
	text-decoration: none;
	transition: .5s all;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	-moz-transition: .5s all;
	}
.getstart2 a{ height:30px;
		text-align: center;
		font-size: 13px; 
		text-decoration: none;
		padding: 12px 15px;
		background:#0091e0;
        color: #ffffff;

	}
.getstart2 a:hover{
	color:#fff;
	background:#3a3a3a;
	text-decoration: none;
	transition: .5s all;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	-moz-transition: .5s all;
	}
	
.getstart3 a{ height:40px;
		text-align: center;
		font-size: 18px; 
		text-decoration: none;
		padding: 12px 35px;
		background:#ffffff;
        color: #0091e0;
		border-radius:20px

	}
.getstart3 a:hover{
	color:#fff;
	background:#3a3a3a;
	text-decoration: none;
	transition: .5s all;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	-moz-transition: .5s all;
	}
	
