html, body {
    height: 100%;
    width: 100%;
}

body {
	background: #fff;
}

a, a:hover, a:link {
    text-decoration: none;
}

.underline {
    text-decoration: underline;
}

a, a:hover, a:active {
    outline: none;
}

h1, h2 {
	font-weight: bold;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.contain-wrap {
    max-width: 992px;
    width: 100%;
}

.margin-top {
	margin-top: 40px;
}

.news-box p {
	margin-top: 20px;
	font-size: 18px;
}