.nostyle {
	display: none;
}

a {
	text-decoration: none;
}

img.logo {
	display: none;
}

div.usernav {
  	display: none;
}

div.control {
	display: none;
}

div.body {
	width: 100%;
	margin-top: 1em;
	margin-bottom: 2em;
	text-align: left;
	font-family: times, serif;
}


div.body table {
	border-collapse: collapse;
	border: 1px solid #336699;
	margin-bottom: 1em;
	text-align: left;
	width: 100%;
}

div.body th, div.body td {
	 border: 1px dotted #336699;
}

body {
	counter-reset: header1 header2 header3;
}

h1, h2, h3 {
  font-family: arial, helvetica, sans-serif;
}

h2, h3 {
	border-bottom: 1px solid #cccccc;
}

h1 {
	counter-reset: header2 header3;
	font-size: 30px;
}

h2:before {
	counter-increment: header2;
	content: counter(header2) ". ";
}

h2 {
	counter-reset: header3;
	font-size: 20px;
}

h3:before {
	counter-increment: header3;
	content: counter(header2) "." counter(header3) ". ";
}

h3 {
	font-size: 15px;
}

div.body th {
	background-color: #eeeeee;
	color: #000000;
	text-align: left;
	font-size: medium;
	margin-top: 0;
}

div.textbar {
	width: 100%;
	background-color: #336699;
	color: #ffffff;
	margin-top: 0.2em;
}

div.textbar h1 {
	font-size: medium;
	font-weight: bold;
	padding: 0.2em;
	margin: 0;
}	

div.hide {
	display: none;
}

div.body code, div.body pre {
	font-family: courier, monospace;
	color: darkred;
}

div.navbar {
	font-family: times, serif;
}
