@charset "UTF-8";

html {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	background-color: white;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
div {
	margin:0px;
	padding:0px;
	border:0px;
}
a:link, a:visited {
	color:#ff6600;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: none;
}
h1, h2, h3, h4, h5, p, blockquote, li {
	font-family: "Helvetica Neue", Helvetica Neue, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: black;
	font-size: 22px;
}
h1, p {
	margin-bottom: 1em;
}
h1{
	font-weight: bold;
}
ul{
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}
li {
	padding-left: 0px;
	margin-left: 0px;
}
#content {
	width: 500px;
	margin: 0px;
	padding: 2em;
}

#update {
	padding: 10px 0;
}

#update p, #update li {
	font-size: 14px;
	line-height: 21px;
	color: #666;
}

#update a:link, #update a:visited {
	color: #666;
	text-decoration: underline;
}
#update a:hover {
	color: #999;
	text-decoration: underline;
}
