:root {
    --main-color-a: #333333;
    --main-color-b: #CC0000; 
}
body, html {
	width: 100%;
	height: 100%;
}
body, ul, li, a, a:hover, a:link, a:visited, a:active , table, tr, td, span, div {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-size: 0.9em;
	color:inherit;
	box-sizing: border-box;
}
body {
	font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
	background:#FFFFFF;
	margin-bottom: 64px;
	color: #333;
}
h1,h2,h3 {
	margin: 0;
	font-weight: 300;
    line-height: 1em;
	/*margin-bottom: 10px;*/
}
h1 b ,h2 b ,h3 b {
	font-weight: 600;
}
h1 {
	font-size: 1.8em;
}
small {
	font-size: inherit;
	color: #999999;
}
small b {
	color: #333;
}
a.colored {
	color: var(--main-color-b);
}
.uppercase {
	text-transform:uppercase;
}
