html, body {
	background-color: #fff;
	margin: 10px 0;
	padding: 0;
	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a {
	text-decoration: none;
	outline: none;
    font-weight: bold;
}

a:link, a:visited {
	color: #338d99;
}

a:hover {
	color: #116b77;
}

a:active {
	color: #005a66;
}

img {
	border: none 0;
	outline: none;
}

hr {
	border: 0;
	height: 1px;
	color: #ccc;
	background-color: #ccc;
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
	color: #888;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
	color: #888;
}

h5 {
	font-size: 10px;
}

h6 {
	font-size: 8px;
	color: #888;
}

div {
	margin:0;
	padding:0;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
    width:800px;
}