@charset "utf-8";
/* CSS Document */


* {
    color: #565656;
    font-family: 'Open Sans',sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 25px;
    text-align: center;
}

body {
	background-color: #f7f7f7;
}

#new {
	padding: 10% 20px;
}

a {
	font-size: 14px;
	color: #FF7312;
	text-decoration: none;
}

a:hover {
	color: #121945;
}