body {
  margin: 5px 5px 5px 5px;
  background-color: #c0dcc0;
  width: 95%;
}

/* ========== Text Styles ========== */
hr { color: #000000}
body, table /* Normal text */
{
 font-size: 10pt;
 font-family: 'Arial', 'Helvetica', sans-serif;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}

h1 { font-size:140%; font-weight:bold;  }
h2 { font-size:120%; font-weight:bold;  }

/* ========== Para Styles ========== */
ul,ol /* Paragraph Style */
{
 text-align: justify;
 text-indent: 20px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
p /* Paragraph Style */
{
 text-align: justify;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
