/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
body {
	font: 100% Arial, 'Helvetica', sans-serif;
	color: #adb0b2;
}
a:focus {
	/*outline: 1px dotted;*/
}
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: .95em;
}

h5 {
	font-size: .875em;
}

h6 {
	font-size: .75em;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: none;
}

ul {
	list-style: none;
}

li {
	/*margin-left: 30px;*/
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	/*margin-bottom: 20px;*/
}
/* SUP 
----------------------------------------------------------------------------------------------------*/
sup {
	font-size: .7em; 
	line-height: .8em;
	vertical-align: super;
}
