

.technotes h1 {
    font-size: 1.7em;
    font-family:  Tahoma, Arial, Helvetica, sans-serif ;
    font-weight: bold;
    color: #990099;
}

.technotes h2 {
    font-size: 1.4em;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #990099
    }

.technotes h3 {
    font-size: 1em;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #990099
    }
	
div.techNav {   /* local menu block */
	float: right;
	background-color: #FFCC99;
	border: 10px #600 outset;
	color: #993333;
	font-size: 1.2em;
	padding: .5em .25em .5em .5em;
	margin: 1.5em .2em 1em .75em;
	}

.techNav li {
	margin-left: 0;
	list-style: none;
	}
.techNav h1 {
	font-size: .9em;
	}