@charset "UTF-8";
/* CSS Document */

body{
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	background-color: #293143;
	margin: 10 10 10 10 ;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 100px;
}



#hellocontent{
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	padding-left: 10px;
	padding-right: 10px;
	}


.hellocontentB{

	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	}

.hellocontentH{
	font-style: normal;
	font-weight: 100;
	font-size: 28px;
	line-height: 40px;
	}

.hellocontentB a:link{color:#fff; text-decoration:none; border-bottom: 1px solid #fff;padding-bottom: 2px; }
.hellocontentB a:visited{color:#fff; text-decoration:none; border-bottom: 1px solid #fff; padding-bottom: 2px; }
.hellocontentB a:hover{color:#bfbfbf; text-decoration:none; border-bottom: 1px solid #bfbfbf;
padding-bottom: 2px; }
.hellocontentB a:active{color:#fff; text-decoration:none; border-bottom: 1px solid #fff; padding-bottom: 2px; }
