@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);

body{
	font-size: 16px;
	line-height: 24px;
	font-family: 'Open Sans';
	margin: 0 !important;
}
.content{
	width:960px;
	margin: 0 auto;
	padding: 20px;
	box-shadow: 0px 0px 5px #a8a8a8;
}

a{
	color:rgb(0, 152, 231) !important;
	text-decoration: none;
}