/*Make background color fff99, all body text 9999ff, unvisited links navy,
  visited links red and active links black. All headings blue.
*/
body {color:000000; 
      background: ffffff;
      font-size: 12 pt;
      font-family: "ArulMathiTSC, InaimathiTSC, SriTSC,";
      line-height: 20 pt;}
      
p {margin-left: 24pt;
   margin-right: 24pt;}

h1 {color: blue; text-align: center;}

h2 {color: blue;
    text-align: center;}

h3 {color: blue;
    margin-left: 24pt;
    margin-right: 24pt;
    text-align="center"}

h4 {color: blue
    margin-left: 24pt;
    margin-right: 24pt;}

h5 {color: blue
    margin-left: 24pt;
    margin-right: 24pt;}

a:link {color: purple}
a:visited {color: red;}
a:active {color: black;}

div.footnote {font-size: 10pt;
	   line-height: 12pt;
	   text-align: center}