
body {
	/* max-width:800px !important; 
	margin:0 auto !important; */
	background: rgba(31,31,31,1);
	background: -moz-linear-gradient(left, rgba(31,31,31,1) 0%, rgba(0,53,151,1) 36%, rgba(0,53,151,1) 63%, rgba(31,31,31,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(31,31,31,1)), color-stop(36%, rgba(0,53,151,1)), color-stop(63%, rgba(0,53,151,1)), color-stop(100%, rgba(31,31,31,1)));
	background: -webkit-linear-gradient(left, rgba(31,31,31,1) 0%, rgba(0,53,151,1) 36%, rgba(0,53,151,1) 63%, rgba(31,31,31,1) 100%);
	background: -o-linear-gradient(left, rgba(31,31,31,1) 0%, rgba(0,53,151,1) 36%, rgba(0,53,151,1) 63%, rgba(31,31,31,1) 100%);
	background: -ms-linear-gradient(left, rgba(31,31,31,1) 0%, rgba(0,53,151,1) 36%, rgba(0,53,151,1) 63%, rgba(31,31,31,1) 100%);
	background: linear-gradient(to right, rgba(31,31,31,1) 0%, rgba(0,53,151,1) 36%, rgba(0,53,151,1) 63%, rgba(31,31,31,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1f1f', endColorstr='#1f1f1f', GradientType=1 );
	font-size: 14px;
	
}

a:link, a:visited {

	text-decoration: none !important;

}

a:hover {

	color:#38a6f4;

}

h1, h2, h3, h4, p {
	
	margin-bottom: 1em !important;
	
}