/* 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");
}
@font-face {
  font-family: "HELVETICAINSERAT-ROMAN-SEMIB";
  src: url("HELVETICAINSERAT-ROMAN-SEMIB.woff2") format("woff2"),
       url("HELVETICAINSERAT-ROMAN-SEMIB.woff") format("woff"),
       url("HELVETICAINSERAT-ROMAN-SEMIB.ttf") format("truetype"),
       url("HELVETICAINSERAT-ROMAN-SEMIB.eot") format("embedded-opentype"),
       url("HELVETICAINSERAT-ROMAN-SEMIB.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:#e70012}

.getstart1 a{
		text-align: center;
		font-size: 16px; 
		text-decoration: none;
		padding: 10px 25px;
		background:#363839;
        color: #fff;
		border:2px solid #363839;

	}
.getstart1 a:hover{
    border:2px solid #e70012;
	background:#e70012;
	color:#fff;
	text-decoration: none;
	transition: .5s all;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	-moz-transition: .5s all;
	}