* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.125em;	
	background: #333333;
}

h1 {
	font-size: 1.917em;
	line-height: 2em;
	color: #ffffff;	
	font-weight: normal;
}

h2 {
	font-size: 1.333em;
	line-height: 2em;
	color: #ffffff;	
	font-weight: bold;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #ffffff;
}

p {
	margin: 0 0 1em;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-type: none;
}

ul li {
	background: none;	
}

.clear {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	clear: both;
}