
body, html, h1, h2, h3, h4, h5, h6, .inputtext, .inputsubmit	{
	background-color: #ddd;
	font-family: monospace;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0;
	}

body, html, h1, h2, h3, h4, h5, h6, .inputtext	{
	text-decoration: none;
	}

.section h2 a, .section h2 a:visited, .section h2 a:active, .section h2 a:hover	{
	color: black;
	background: #ddd;
	}
a:link	{ color: black; }
a:visited	{ color: black; }
a:active	{ color: white; }
#searchbutton:hover, a:hover {
	background: black;
	color: #ddd;
	text-decoration: none;
	}
.button a { background: #ddd; }
a img	{
	border: 0;
	}

ul	{
	list-style-type: none;
	padding-left: 5ex;
	}

dd	{ margin-left: 5ex; }

.inputtext	{
	border-style: none;
	border-bottom: solid;
	border-color: black;
	border-width: thin;
	}

.inputsubmit	{
	text-decoration: underline;
	border-style: none;
	padding: 0;
	}

h1, h2, h3, h4, h5, h6	{
	font-weight: bold;
	}
