h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty,
p:empty {
	display:none;
}

h1 {
    font: 24px/28px 'Neuton', Arial, sans-serif;
    color: #282828;
    margin-top: 0;
    padding-bottom: 8px;
    margin-bottom: 27px;
    font-weight: bold;
    position: relative;
}
	h1 a {
		color: #282828;
	}
	h1:after {
		content: "";
		display: block;
		width: 100%;
		height: 10px;
		background-image: radial-gradient(rgb(204, 204, 204) 18%, transparent 32%);
		background-size: 11px 11px;
		background-position: 0 0, 10px 10px;
		position: absolute;
		bottom: -13px;
		left: 0;
		z-index: +1;
	}
	.Vietnamese h1 {
		font-family: 'Open Sans';
		font-size: 18px;
	}
h2 {
    font: 24px/28px 'Neuton', Arial, sans-serif;
    color: #282828;
    margin-top: 0;
	margin-bottom:15px;
}
	h2 a {
		color: #282828;
	}
	.Vietnamese h2 {
		font-family: 'Open Sans';
		font-size: 18px;
	}
h3 {
    font: 14px/25px 'Open Sans', Arial, sans-serif;
    color: #282828;
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 5px;
}
	h3 a {
		color: #282828;
	}
h4 {
    font: 13px/25px 'Open Sans', Arial, sans-serif;
    color: #282828;
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 5px;
}
	h4 a {
		color: #282828;
	}
h5 {
    font: 13px/25px 'Open Sans', Arial, sans-serif;
    color: #282828;
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 5px;
}
	h5 a {
		color: #282828;
	}
h6 {
    font: 13px/25px 'Open Sans', Arial, sans-serif;
    color: #282828;
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 5px;
}
	h6 a {
		color: #282828;
	}
body, li, table, td, tr {
	font: 14px/25px 'Open Sans', Arial, sans-serif;
    color: #282828;
}

p:empty {
	display: none;
}
p {
	font: 14px/25px 'Open Sans', Arial, sans-serif;
	color: #282828;
	margin-top:0;
    margin-bottom: 24px;
}    
ul {
	padding-left: 18px
}

