body{
	color: black;
	background: white;
	line-height: 1.4em;
	margin-left: 2em;
	margin-right: 2em;
	margin-top: 2em;
	margin-bottom: 2em;
	font-size: small;
}

p{
	text-indent: 1em ;
}

div.maintitle{
	color: yellow;
	background: indigo;
	font-size: x-large;
	font-weight: bold;
}

div.subtitle{
	font-size: medium;
	font-weight: bold;
	text-align:center;
	color: darkgreen;
}

.toptitlebar{
	text-align: center;
	background-color: indigo;
}

.topmenu{
	background: gainsboro;
}

img.left{
	float: left;
	padding: 0 1em 0;
}

.narrow{
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

strong{
	color: #00008b;
	font-weight: bold;
}

.submenu{
	font-weight:bold;
	color:midnightblue;
}

