* {
	margin: 0;
	padding: 0;
}
html,body{font-size: inherit; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
p,span{ text-align: justify;}
body {
	line-height: 1;
    font-style: normal;
    font-size: 13px; overflow-x: hidden;
}
.bg-light{background-color: none !important;}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{text-decoration: none !important;}
h1{font-size:22px !important;}
h2{font-size:18px !important;}
h3{font-size:16px !important;}