body {
	margin: 2cm;
	width: 22cm;
	border: solid;
	border-color: #ddd;
	padding: 1cm;
}

h1 {
	text-align: center;
	background-color: #c00;
	color: #fff;
	font-family: helvetica, sans-serif;
}

h2 {
	text-align: center;
	background-color: #bbb;
	color: #fff;
	font-family: helvetica, sans-serif;
}

dt {
	color:blue;
	font-weight: bold;
	margin-top: 15px;
}

ul#navmenu {
	position: sticky;
	width: 100%;
	top: 0;
	left: 1.0cm;
	list-style: none;
	padding-left: 0;
}

ul#navmenu li {
    position: relative;
    display: inline;
}

ul#navmenu li a {
	margin: 0px;
	background-color: #b81;
	padding: 2px;
	display: inline-block;
	width: 40px;
	font-family: helvetica, sans-serif;
	text-align: center;
}

ul#navmenu li a:hover {
    background-color: #881;
}

ul.submenu {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0px;
	list-style: none;
	display: none;
}

li:hover ul.submenu {
    display: inherit;
}

.submenu li {
    display: block;
	width: 100%;
}

#navmenu a {
	color: #fff;
	text-decoration: none;
}

ul.page_navmenu {
	list-style: none;
}

ul.page_navmenu li {
	margin: 0px;
	background-color: #f44;
	padding: 5px;
	display: inline-block;
	width: 40px;
	font-family: helvetica, sans-serif;
	text-align: center;
}

.page_navmenu a {
	color: #fff;
	text-decoration: none;
}

i {
	color: green;
}

/* Specific formatting for dictionary directory */

table#dic_directory {
	border-style: solid;
	border-width: 2px;
	text-align: center;
}

#dic_directory th {
	border-style: inherit;
	border-width: 2px;
	background-color: #f66;
	width: 50px;
}

#dic_directory td {
	border-style: inherit;
	border-width: 2px;
	background-color: #aaa;
	width: 50px;
}

#dic_directory a {
	color: #fff;
	text-decoration: none;
}
