/*

####################################

Stylesheet for Essential WAP
Created 01.08.08 by PS
Last Updated 01.08.10 by PS

The purpose of introducing this stylesheet is twofold:

1. To resolve incidents of font changes caused by inconsistent physical font formatting in each document; and

2. As an aid to maintain a consistent structure within and across the pages.

####################################

*/

body {
 font-family: geneva, arial, helvetica;
 }

.content {
 margin-left: 2em;
 margin-right: 2em;
 line-height: 1.25em;
 }

ul {
 list-style: url(../images/arrow.gif) square; /* arrow motif taken from book cover */
 }
 
h1 {
 font-size: 1.25em;
 }
 
code {
 font-family: monospace;
 }
 
.small {
 font-size: 0.85em;
 }

