/* CSS Document */

@font-face {
  font-family: "opensans";
  src: url("../font/opensans.woff2") format("woff2"),
       url("../font/opensans.woff") format("woff"),
       url("../font/opensans.ttf") format("truetype"),
       url("../font/opensans.eot") format("embedded-opentype"),
       url("../font/opensans.svg") format("svg");
}

body {
	font-family: 'opensans';
	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:#0253a4}

.getstart1 a{ font-family:"Times New Roman", Times, serif;
		text-align: center;
		font-size: 14px; 
		text-decoration: none;
		padding: 12px 25px;
		background:#000;
        color: #ffffff;

	}
.getstart1 a:hover{
	color:#fff;
	background:#0253a4;
	text-decoration: none;
	transition: .5s all;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	-moz-transition: .5s all;
	}