/* Style Sheet for Ken Simpson's Medicine Shield web page */

body {font-family: "Verdana";
      font: 10pt Verdana, Arial, Helvetica, sans-serif;
      color: green;		<!-- #b87ef0 -->
      line-height: 12pt;
      margin-left: 10px;
      margin-right: 10px;
      text-align:left;
      background-color:white;
}

div {
      display: block;
      position: relative;
      width: 500px;
}


div.image {
      text-align: center;
}

div.theleft {
      display: block;
      position: relative;
      font-size: 8pt;
      text-align:left;
}

div.header {
  font-size: 14pt;
  font-weight: bold;
  line-height: 16pt;
  text-align: center;
}

div.footer {
      font: 8pt Verdana, Arial, Helvetica, sans-serif;
      color:black;
      line-height: 12pt;
}


