body {
  padding: 2em 1em 2em 70px;
  font: Trebuchet MS, sans-serif;
	font-family: Trebuchet MS, Helvetica, sans-serif;
   color: black;
	margin: 10%;
	background-color: #FFFFE0;
	background: url(sonnelogo.jpg) no-repeat fixed top left;
}

li p           { margin-top: 0.3em;
                 margin-bottom: 0.3em; }

:link { color: #00C; background: transparent }
:visited { color: #609; background: transparent }
a:active { color: #C00; background: transparent }

a:link img, a:visited img { border-style: none } /* no border on img links */

a img { color: white; }        /* trick to hide the border in Netscape 4 */
@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
}

th, td { /* ns 4 */
  font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6 { text-align: left }
h1, h2, h3 { color: #8A5724}
h1 { font: 170%  }
h2 { font: 140%  }
h3 { font: 120%  }
h4 { font: bold  }
h5 { font: italic  }
h6 { font: small-caps }

.hide { display: none }

@media screen {  /* hide from IE3 */
a[href]:hover { background: #ffa }
}

pre { margin-left: 2em }
/*
p {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
*/
dt, dd { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */
dt { font-weight: bold }



