/* main stylesheet */
body {font-size:9pt;
font-family: "Arial" ;
color: blue;
background:#F6F4F4;
line-height:20pt;
margin-left:10pt;
margin-right:10pt;}

/* indent */
p {margin-left: 5pt;
  margin-right:5pt;}
h1{font:12pt Arial;
color: #3F4DFF;
font-weight:bold;
line-height:30pt;}

/* Links are blue, blue when visited and grey when activated.
No underline */

a {text-decoration: none;}
a:link{color:#3F4DFF;}
a:visited{color:#3F4DFF;}

div.footnote{font-size:11pt;
             line-height:12pt;
	     text-align: left}
a:active{color:#808080;}
