html {
    overflow: scroll;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #eeeeee;
	font-family: 'Courier New';
	font-size: 14px;
	height: 100%;
	padding: 0;
}

h1 {
	font-family: 'Courier New'; 
	font-size: 28px; 
	font-weight: 900; 
	text-align: center;
}

span {
	font-family: 'Courier New';
	font-size: 14px;
}

span.text_content {
	font-family: 'Courier New';
	font-size: 16px;
	color: #121212;
	text-indent: 20px;
}

li {
	font-family: 'Courier New';
	font-size: 16px;
	text-align: left;
	margin-top: 5px;
	margin-left: 5px;
	margin-left: 0px;
}

ul {
	padding-left: 15px;
	list-style-type: circle;
}

td {
	border-width: 0px;
	border-color: green;
	border-style: inset;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

td.menu {
	border-width: 1px;
	border-color: #aaaaaa;
	border-style: outset;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 20px;
}

span.about {
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	color: blue;
}

a {
	color: #121212;
	font-family: 'Courier New';
	font-size: 14px;
}

a.main_menu {
	font-size: 14px;
}

a.search {
	width: 100%;
}

pre {
	font-family: 'Courier New';
	font-size: 14px;
	color: #121212;
	
	text-align: justify;
}

h1 {
	color: #232323;
	font-family: 'Courier New';
	font-size: 26px;
}

h2 {
	color: #232323;
	font-family: 'Courier New';
	font-size: 18px;
}

hr {
	border-style: outset;
	border-width: 1px;
}

select {
	font-family: 'Courier New';
	font-size: 14px;
	color: #121212;
	background-color: #eeeeee;
	border-style: dotted;
	border-width: 1px;
	padding-bottom: 0px;
}

input {
	font-family: 'Courier New';
	font-size: 14px;
}

input.search {
	width: 100%;
}

div.search_res {
	background-color: #eeeeee;
	border-style: dashed;
	border-width: 1px;
	border-top-width: 0px;
	border-color: #555555;
	position: absolute;
	width: 0px;
	height: 0px;
	left: 0px;
	top: 0px;
	display: none;
	overflow: auto;
	padding: 2px;
}

img {
	padding: 0px;
	margin: 0px;
}

input.next_arrow {
	background-image: url('next.gif');
	width: 90px;
	height: 32px;
	background-repeat: no-repeat;
}
input.back_arrow {
	background-image: url('back.gif');
	width: 90px;
	height: 32px;
	background-repeat: no-repeat;
}
