/* style.css - a simple style sheet */
body {
  margin-left: 10%; margin-right: 28%;
   background:white;
text-align: justify; text-justify:   } 

TD{font-family: Arial; font-size: 10pt; text-align: justify; text-justify:} 

p { line-height: 2 }

body { font-family: Arial; font-size: 10pt;}




:link { color: #000000; }  /* for unvisited links */
  :visited { color: #33CC33; } /* for visited links */
  a:active { color: #ff6b07; } /* when link is clicked */
  a:hover { color: #E6E6E6; background: #33CC33; } /* when mouse is over link */
