h1{
	color:red;
}

body{
	font-family: 'Helvetica Neue', Helvetica, Arial;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #3b3b3b;
	-webkit-font-smoothing: antialiased;
	/*background: #2b2b2b;*/
}

table{
	margin: 0 0 40px 0;
	width: 50%;
	alignment: center;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}