div.quicklinks {
    margin: 0;
    font-size: 80% /*smaller*/;
    font-weight: bold;
    line-height: 1.1;
    text-align: center;
    position: absolute;
    top: 2em;
    left: 2em;
    width: 8.5em;
    right: auto;
}

body>div.quicklinks {position: fixed}

div.quicklinks p {
    margin: 0;
    padding: 0.3em 0.4em;
    font-family: Arial, sans-serif;
    background: #ffff99;
    border: thin outset #ffff99;
    color: white;
}
div.quicklinks a, div.quicklinks em { display: block; margin: 0 0.5em }
div.quicklinks a, div.quicklinks em { border-top: 2px groove blue }
div.quicklinks a:first-child { border-top: none }
div.quicklinks em { color: #ffff99 }
div.quicklinks a:link { text-decoration: none; color: blue }
div.quicklinks a:visited { text-decoration: none; color: purple }
div.quicklinks a:hover { background: black; color: white }

a:link { color: blue }
a:visited { color: purple }
address { margin-top: 1em; padding-top: 1em; border-top: thin dotted }

body {
	padding-left: 9em;
	padding-right: 10%;
	padding-top: 1em;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif ;
	text-align: justify;
	color: blue;
	background-color: #ffffcc;
}

div.spaced p { text-align: center; }

body.table.td { text-align: center; }
body.h1 { text-align: left; }

paragraph { text-align:justify }
