*
{
	border: 0;
	margin: 0;
	padding: 0;
}

:focus
{
	outline: none;
}

a
{
	color: #0000aa;
	/* color: #008000; */
}

a:visited
{
	color: #0000aa;
	/* color: #008000; */
}

body
{
	background-color: white;
	background-image: url("img/background.png");
	background-repeat: repeat-x;
	background-position: top left;
	color: black;
	font-size: medium;
	margin: 0 17em 3em 2em;
	text-align: left;
	min-width: 20em;
}

h1
{
	background-color: #f0f0f0;
	border: thin solid #d0d0d0;
	font-size: large;
	font-weight: bold;
	margin: 1em 0;
	padding: 0.3em 30px;
}

h2
{
	border-bottom: thin solid #d0d0d0;
	color: #008060;
	font-size: large;
	font-weight: bold;
	margin: 1em 0 0.8em 0;
	padding-bottom: 0.1em;
}

h3
{
	color: #008060;
	font-size: large;
	font-weight: bold;
	margin: 0.8em 0;
}

.dirindex table
{
	background-color: #808080;
	background-image: url("img/bottom-shadow.png");
	background-repeat: repeat-x;
	background-position: bottom left;
	color: white;
	font-size: small;
	margin: 0 30px;
	padding: 1.2em 1.2em 35px 1.2em;
}

.dirindex a
{
	color: #90f0a0;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.dirindex a:visited
{
	color: #90f0a0;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.dirindex img
{
	margin: 0;
	padding: 0;
}

.dirindex th
{
	background-color: #505050;
	border-bottom: thin solid #a0a0a0;
	border-top: thin solid #a0a0a0;
	font-size: normal;
	padding: 1px 12px;
}

.dirindex td
{
	border-bottom: thin solid #606060;
	font-family: monospace;
	padding: 1px 12px;
}

p
{
	margin-bottom: 0.8em;
	margin-top: 0.8em;
}

blockquote
{
	margin-left: 4em;
}

ul
{
	margin-left: 4em;
}

img
{
	clear: left;
	float: left;
	margin: 0px 20px 20px 0;
}

.browser
{
	background-color: #f0f0f0;
	background-image: url("img/brtop.png");
	background-repeat: repeat-x;
	background-position: top left;
	overflow: hidden;
	padding: 90px 1em 2em 1em;
	position: absolute;
	text-align: center;
	top: 8px; right: 2em;
	width: 11em;
	float: right;
}

.browser h1
{
	border-style: none;
	font-size: small;
	font-weight: bold;
	margin-bottom: 0.2em;
	margin-top: 1em;
	padding: 0;
	text-align: left;
}

.browser h1:first-child
{
	margin-top: 0;
}

.browser ul
{
	color: #707070;
	font-size: x-small;
	list-style: circle;
	list-style-position: inside;
	margin-left: 0;
	text-align: left;
}

.browser strong
{
	font-weight: bold;
}

.browser a
{
	text-decoration: none;
}

.browser img
{
	float: none;
	margin: 0px 5px 20px 5px;
}

.browser p
{
	color: #707070;
	font-size: x-small;
	text-align: left;
}

.menu
{
	background-image: url("img/freepats_hdr.png");
	background-repeat: no-repeat;
	background-position: top left;
	font-size: x-small;
	list-style: none;
	margin: 0;
	padding: 92px 0 20px 130px;
}

.menu li
{
	display: inline;
}

.menu a
{
	border-bottom: thin solid transparent;
	border-top: thin solid transparent;
	padding: 1px 0.5em;
	margin-right: 1px;
	text-decoration: none;
}

.menu a:hover
{
	border-bottom: thin solid black;
	border-top: thin solid black;
}

.bodytext
{
	margin: 2.5em 0;
}

pre
{
	background-color: #f0f0f0;
	border: thin dashed #009020;
	font-family: monospace;
	margin: 0.8em 0;
	padding: 0.3em 2em;
}
