body	
   {
   background-color:#ffffff;
   }
p
   {
   color:#000000;
   font-family:'Arial';
   font-size:12pt;
   }
a
   {
   color:#4db848;
   font-family:'Arial';
   font-size:16pt;
   text-decoration:none;
   }
a:hover
   {
   color:#4db848;
   font-family:'Arial';
   font-size:16pt;
   text-decoration:overline underline;
   }
h1
   {
   color:#787878;
   font-family:'Arial';
   font-size:32pt;
   text-decoration:none;
   font-weight:bold;
   }
ul
   {
   color:#000000;
   font-family:'Arial';
   font-size:12pt;
   }
html
   {
   overflow-y: scroll;
   } 