html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font: 11px/15px Helvetica, Arial, sans-serif;
	color: #878787;
}

a {
	text-decoration: none;
	color: #e39226;
	border-bottom: 1px dotted #e39226;
}

a:hover {
	color: #878787;
	border-bottom-color: #878787;
}

em {
	font-family: Georgia, serif;
	font-style: italic;
}

ul, li {
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}