body { margin-left: 1%; margin-right: 1%; }
body { color: black; background: #eeeeee; }

em { font-style: italic; }
h1 { font-size: 180%; margin-top: 0.2em; margin-bottom: 0.1em; text-align: center; }
h2 { font-size: 150%; text-align: center;}
h3 { font-style: normal; font-size: 120%; text-align: left; margin-bottom: 0.2em; }
h4 { font-style: normal; font-size: 80%; margin-top: .2em; margin-bottom: .2em;}

body { font-family: "Times New Roman", Times, Arial, Verdana, "Comic Sans", "Comic Sans MS",
	Georgia, Trebuchet, fantasy, cursive, serif, sans-serif; }
pre { font-family: monospace; }
:link { color: rgb(0, 0, 153); background-color: inherit; }  /* for unvisited links */
:visited { color: rgb(153, 0, 153);  background-color: inherit; } /* for visited links */
:active { color: rgb(255, 0, 102);  background-color: inherit; } /* when link is clicked */
:hover { color: rgb(0, 96, 255);  background-color: inherit; } /* when mouse is over link */

div.color {
    background: rgb(204,204,255);
    padding-right: 1em;
    padding-top: 0em;
    padding-left: 0.5em;
    padding-bottom: 0.5em;
    border: none;
  }

hr { width: 100%; height: 0.1em; }

TABLE
{
 border-style: none; /* this is part of border (table outline) */
}

TD
{
 margin: 0; /* This is cell spacing */
padding-top: 0; /* This is cellpadding */
padding-bottom: 0; /* This is cellpadding */
padding-left: 0; /* This is cellpadding */
 padding-right: 1em;
 border-style: none; /* this is other part of border (cell outlines) */
}

img { margin: 10px }

br { clear: left }