/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	color: #333333;
 	font-family: Verdana, sans-serif;
 	font-size: 12px;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

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

h1 {
	font-size: 20px;
	letter-spacing: 2px;
	margin-bottom: 5px;
}

h2 {
	font-size: 18px;
	letter-spacing: 2px;
	margin-bottom: 5px;
}

h3 {
	font-size: 16px;
	letter-spacing: 2px;
	margin-bottom: 3px;
}

h4 {
	font-size: 15px;
	letter-spacing: 1px;
	margin-bottom: 3px;
}

h5 {
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 3px;
}

h6 {
	font-size: 13px;
	letter-spacing: 1px;
	margin-bottom: 2px;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
	margin: 0;
}