html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
	background-color: #dedede;
}

#page-container {
	background-color: white;
	width: 625px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-color: black;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-left-color: black;
	border-left-style: dotted;
	border-left-width: 1px;
	border-right-color: black;
	border-right-style: dotted;
	border-right-width: 1px;
	border-top-color: black;
	border-top-style: dotted;
	border-top-width: 1px;
}


#content {
	background-color: white;
	width: 565px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	font-family: "Comic Sans MS";
	font-size: 16px;
	line-height: 130%;
	color: black;
	border-bottom-color: black;
	border-bottom-style: dotted;
	border-bottom-width: 0px;
	border-left-color: black;
	border-left-style: dotted;
	border-left-width: 0px;
	border-top-color: black;
	border-top-style: dotted;
	border-top-width: 0px;
	border-right-color: black;
	border-right-style: dotted;
	border-right-width: 0px;
}

h1 {
	font-family: "Comic Sans MS";
	font-weight: bold;
	font-size: 28px;
	line-height: 110%;
	text-transform: none;
	text-align: center;
	color: #a60000;
}

h2 {
	font-family: "Comic Sans MS";
	font-weight: bold;
	font-size: 20px;
	line-height: 110%;
	text-align: center;
	color: #008e40;
}

a, a:active, a:link, a:visited {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-decoration: underline;
	color: blue;
}

a:hover {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-decoration: none;
	color: blue;
}

#optin {
	background-color: #ffffff;
	border-bottom-color: black;
	border-bottom-style: dotted;
	border-bottom-width: 0px;
	border-left-color: black;
	border-left-style: dotted;
	border-left-width: 0px;
	border-right-color: black;
	border-right-style: dotted;
	border-right-width: 0px;
	border-top-color: black;
	border-top-style: dotted;
	border-top-width: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	font-family: "Trebuchet MS";
	font-size: inherit;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-top: 10px;
}
