/* CSS Document */
body {
	font-family: 'Arial', 'Helvetica', 'sans-serif', 'Microsoft Yahei';
	font-size:14px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
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:#ff7162}

.getstart a {
		text-align: center;
		font-size: 18px; 
		text-decoration: none;
		padding:12px 30px;
        color: #fff;
		background:#ff7162;
		border:2px solid #ff7162;

	}
 .getstart a:hover{
    border:2px solid #253b70;
	color:#fff;
	background:#253b70;
	text-decoration: none;
	transition: .5s all;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	-moz-transition: .5s all;
	}
