body {
  margin-top:     1.58em;
/*  margin-left:    16%; */
  margin-left:    5%;
  margin-right:   5%;
  margin-bottom:  1.58em;
  padding-top:    0;
  padding-left:   0;
  padding-right:  0;
  padding-bottom: 0;
  border-top:     0;
  border-left:    0;
  border-bottom:  0;
  border-right:   0;
  width:          auto;
  color:          #000000;
  background:     #ffffff;
}

h1        { color: #000000; background: #ccccdd; }
h2        { color: #000000; background: #ddddee; }
h3        { color: #000000; background: #eeeeff; }
pre       { color: #000000; background: #fffafa; }
textarea  { color: #000000; background: #fffafa; }

a:link    { color: #9955ee; background: transparent; }
a:visited { color: #552299; background: transparent; }
a:active  { color: #ff00ff; background: transparent; }
a:hover   { color: #9955ee; background: #f4f4ff; }
a:focus   { color: #9955ee; background: #fff4f4; }

p.left    { text-align: left; }
p.center  { text-align: center; }
p.right   { text-align: right; }
