body {
	background-color: rgb(173, 216, 230); /** lightblue **/
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: medium; /* was 14px */
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
}

a {
	color: #400080; /* eggplant */
	text-decoration: none;
}

a:active, a:focus, a:hover {
	text-decoration: underline;
	font-style: oblique;
}

#item {
	font-weight: lighter;
	letter-spacing: 5px;
	font-size: 1.2em; 
	text-decoration: none;
/*	border-bottom: 1px solid blue; */
	width: 100%;
	text-align: center;
}

#anet_menu {
	margin: 0;
	padding: 0;
}

#anet_menu li {
	display: inline;
	margin: 0 1em 0 0;
}

#links {
	text-decoration: line-through;
}

#site_title {
	letter-spacing: 10px;
	color: #00F; /* blueberry */
	font-weight: bolder;
	font-style: oblique;
/*	border-right: 2px solid black; */
	font-size: 1.3em;
	text-align: inherit;
}

#links {
	text-decoration: line-through;
}

#menu_icon {
	height: 20px;
	width: 20px;
	margin: 0 1em;
}

.verb {
	font-style: oblique; 
	font-weight: bold; 
}

#changelog {
	line-height: 1.3em;
	color: black;
/*	background-color: lightblue; */
	border-color: rgb(0, 0, 139); /* darkblue */
	border-width: 2px;
	border-style: dotted;
	width: 90%;
	clear: both;
}

#changelog p {
	font-style: oblique;
}

#body {
/*	width: 40%; */
	margin: 0;
/*	margin-right: 250px; */
/*	float: right; */
}

#predicates {
	padding: 2px;
}

#iconbox {
	opacity: 0.8;
	border-color: blue;
	border-style: inset;
	border: 2px;
	padding: 5px;
	margin: 5px;
	background-color: blue;
/*	background-image: url(img/icon.png);
	background-repeat: no-repeat;
	background-position: left; */
	width:  350px;
}

#iconjump {
	font-style: oblique;
	font-weight: bold;
}

#iconbox p {
	margin: 2px;
	line-height: 1.7em;
}

#icon {
	width: 110px;
	margin: 5px 5px;
	float: left;
	border-style: inset;
}

#footer {
	font-size: 0.8em;
	clear: both;
	width: 100%;
}

#license {
	font-size: 0.5em;
	text-align: right;
}

#license img {
	text-align: right;
	vertical-align: middle;
}
