/* General page styles 覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧 */

body {
	background-color: white;
	color: black;
	margin: 0px;
	padding: 16px;
}

body, input, textarea, select {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
}

body, td {
	font-size: 10pt;
}

table, td {
	border-collapse: collapse;
	padding: 0px;
}

/* Specific element styles 覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧 */

#header {
	border-bottom: 1px solid black;
	font-size: 18pt;
	font-weight: bold;
	width: 100%;
}

.list_header {
	background: #ccc;
	border: 2px outset white;
	padding: 0 6px 1px 6px;
}

.list_header a, a.list_header {
	text-decoration: none;
	color: black;
}

.list_item {
	background: #eee;
	padding: 0 8px 1px 8px;
	border-bottom: solid 1px #ccc;
}