* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 62.5%;
	width: 100%;
}

#container {
	width: 600px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 20px;
	padding-top: 5px;
}

h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-bottom: 10px;
	font-size: 2em;
}

h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-bottom: 10px;
	font-size: 1.7em;
}

ul {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
	margin-left: 150px;
}

.OD_holdinggraphic {
	margin-bottom: 10px;
	margin-top: 10px;
}

.OD_holdingtext {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 5px;
}

li {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.3em;
	margin-bottom: .5em;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.3em;
}
