blockquote,code,div,p,pre,ol,ul,td,th {
	font-size:small;
}
blockquote,div,h1,h2,h3,h4,i,ol,p,td,th,ol,ul {
	font-family: Verdana, sans-serif;
}
body {
	background: white;
}
code {
	font-weight: bold;
	white-space: nowrap;
}
code,pre {
	font-family: Consolas, Menlo, monospace;
}
h1 {
	font-size:x-large;
}
h2 {
	font-size:large;
}
h3 {
	font-size:medium;
	font-style:italic;
}
h4 {
	font-size:small;
}
h1,h2,h3,h4,hr {
	clear: both;
}
img {
	border-style: none;
}
pre {
	background-color:#ddd;
	padding:0.5em;
}
table {
	border-collapse:collapse;
}
td,th {
	padding: 0.2em;
	text-align: left;
	vertical-align: top;
}
table.border td,table.border th {
	border: 1px solid black;
}
#copyright {
	border-top: 1px solid gray;
	font-size: x-small;
	padding-top: 2pt;
}
#title {
	background-color: #e7e7e7;
	font-size: x-large;
	font-weight: bold;
	padding: 2px;
	border-bottom: 1px solid gray;
}
.list0 {
	list-style-type: none;
	padding-left: 1em;
}
.list1 {
	list-style-type: none;
}
.nav a:link, .nav a:visited, .nav a:hover {
	color: blue;
	text-decoration: none;
	font-size: small;
	font-weight: normal;
	padding-left: 20pt;
}
.nav a:hover {
	text-decoration: underline;
}
.nav img {
	vertical-align:middle;
}
.yellow {
	background-color:#f7f7af;
}
@media only screen and (max-width: 1024px) {
	pre {
		white-space: pre-wrap;
	}
}
