body{
	font-size: small;
	background-color: aliceblue;
}
h1{
	margin-left: 0px;
	padding-top: 0.2em;
	padding-left: 0.5em;
	font-size: larger;
	font-weidht: bolder;
	height: 1.5em;
	background-color: lightsteelblue;
	color: darkslateblue;
	border-bottom: black 1px solid;
	border-left: darkslategray 1em solid;
}
h2{
	margin-left: 20px;
	padding-top: 0.2em;
	padding-left: 0.5em;
	font-size: medium;
	font-weidht: bolder;
	height: 1.5em;
	color: darkslateblue;
	border-bottom: black 1px solid;
	border-left: darkslategray 1em solid;
}
p{
	text-indent: 1em;
}
div.content{
	padding-left: 30px;
}
div.note{
	background-color: white;
	background-image: URL( tip/note.png );
	background-repeat: no-repeat;
	border: rgb(200,200,200) 4px double;
	margin-left: 30px;
	margin-bottom: 20px;
	padding: 20px 1em 4px 1em;
}
div.note p{
	background: lavender;
	margin: 0px;
}
div.image{
	border: lightgreen 1px solid;
	background-color: lightyellow;
	margin: 4px;
	padding: 8px;
	margin-left: 60px;
	text-align: center;
}
div.image div{
	margin-left: auto;
	margin-right: auto;
}
div.signature{
	text-align: right;
}
span{
	font-weight: bold;
}
span.ontology{
	color: purple;
}
span.class{
	color: magenta;
}
span.property{
	color: orange;
}
span.node{
	color: darkblue;
}
span.action{
	color: darkred;
}
span.menu{
	color: green;
}
