body {
	color: #000000;
	margin: 0px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
}

a {
	font-weight: bold;
	background-color: transparent;
}

h1 {
	text-align: center;
	background-color: transparent;
	font-weight: bold;
	margin: 0px;
}

em.header {
	border-style: solid;
	border-width: 1px;
	font-weight: bold;
	font-style: oblique;
	padding: 1px 5px 1px 5px
}

h2, h3, h4, h5 {
	background-color: transparent;
	font-style: oblique;
	margin-bottom: 0px;
}

div {
	text-align: left;
}

div.main {
	text-align: left;
	border-style: solid;
	border-width: 2px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px 10px 10px;
}

em.navbar, em.footer {
	border-style: solid;
	border-width: 1px;
	font-style: normal;
	padding: 1px 3px 1px 3px;
}

div.navbar {
	text-align: right;
	margin-top: 20px;
	margin-bottom: 0px;
}

div.sub {
	margin-left: 5ex;
}

div.code {
	border-style: solid;
	border-width: 2px;
	margin-left: 5ex;
	padding: 5px 5px 5px 5px;
	font-family: monospace;
	white-space: pre;
	font-size: 13px;
}

div.popupcode {
	border-style: solid;
	border-width: 2px;
	width: 450px;
	background-color: #FFFFFF;
	font-family: monospace;
	white-space: pre;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px 10px 10px;
}

div.footerLeft {
	float: left;
	text-align: left;
	font-size: smaller;
	font-weight: bold;
}

div.footerRight {
	float: right;
	text-align: right;
	font-size: smaller;
}

div.archives {
	padding: 10px 0px 10px 0px;
	float: right;
	text-align: right;
	margin-bottom: 10px;
}

div.setStyle {
	padding: 10px 0px 10px 0px;
	float: left;
	text-align: left;
}

em.date {
	font-size: smaller;
	background-color: transparent;
}

em.archives {
	font-size: smaller;
	border-style: solid;
	border-width: 1px;
	font-weight: bold;
	padding: 1px 3px 1px 3px;
}

code {
	background-color: transparent;
	font-size: 13px;
}

pre {
	margin: 0px;
	padding: 0px;
}

input, textarea {
	font-family: sans-serif;
	border-width: 1px;
	font-size: 100%;
	padding: 2px;
}

input {
	width: 48%;
}

textarea {
	width: 98%;
	height: 200px;
}

input.button {
	border-style: solid;
	border-width: 1px;
	font-size: 80%;
	font-weight: bold;
	padding: 0px;
	width: 5em;
}

input.small {
  font-size: 80%;
}

label {
	font-weight: bold;
	background-color: transparent;
}