/* Live in Style -- Peter */
body  { color: olive; background-color: olive; font-size: 90%;
        font-family: trebuchet ms, sans-serif; margin: 0px }
        /* Note: "background-color" must match ".color_bg" and ".nav" below. */
table { font-size: 100% }
td    { vertical-align: top }

/* links */
a         { color: slategray; font-weight: bold; text-decoration: none }
a:hover   { color: navy }
a:active  { color: darkgray }
a:visited { color: darkgray }
img       { border-style: none }

/* Document */
h1         { color: maroon; font-size: 180%; font-family: comic sans ms, american typewriter, sans-serif;
             border-bottom: solid gray 1px; margin: 10px 0px 0px 0px }
h2         { color: #333333; font-size: 110%; font-family: verdana, sans-serif }
img.photo  { float: right; border: solid sienna 5px; margin-top: 20px }
div.footer { text-align: center; color: dimgray; font-size: 80%;
             padding: 10px; border-top: solid gray 1px }

/* Color Scheme */
.color_body     { background: ghostwhite }           /* content pane */
.color_fg       { background: khaki }                /* right side */
.color_bg       { background: olive }                /* left side */

