body {
	margin-left: 0cm;
	margin-top: 48px;
	border: none;
	padding: 0.2cm;
}

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;
	font-size: 16pt;
	font-family: helvetica, sans-serif;
}

dd {
	font-size: 14pt;
}

ul#navmenu {
	position: absolute;
	margin: 0px;
	margin-left: -40px;
	width: 100%;
	top: 0;
	left: 0.2cm;
	list-style: none;
}

ul#navmenu li {
	margin: 0px;
	background-color: #b81;
	display: inline-block;
	width: 40px;
	height: 20px;
	font-family: helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
}

ul.submenu {
	position: absolute;
	top: 1.0cm;
	display: none;
}

.submenu li {
	display: block;
}

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

ul.page_navmenu {
	list-style: none;
	margin-left: -40px;
}

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;
}
