
body
   	{
	 font-family:arial;
	 color: rgb(255, 255, 255); 
	 background-color: rgb(0, 153, 0);
 	}

h1
	{
	 font-family: times;
	 color: rgb(255, 255, 255); 
	}
p 
  {
  font-family: arial;
  font-size: 12pt;
  color: rgb(0,0,0);
  }

p.white 
  {
  font-family: arial;
  font-size: 12pt;
  color: rgb(255,255,255);
  }

ul
  {
  font-family: arial;
  font-size: 12pt;
  margin-left: 20px;
  }

ul.small
    {
     font-family: arial;
     font-size: 10pt;
     margin-left: 20px;
     /* margin-right: 70px; */
    }

a:link {color: #0000FF}     /* unvisited link */
a:visited {color: #0000FF}  /* visited link */
a:hover {color: #FF00FF}   /* mouse over link */
a:active {color: #0000FF}   /* selected link */


ol
  {
  font-family: arial;
  font-size: 12pt;
  margin-left: 20px;
  }
  
table
  {
  font-family: arial;
  font-size: 12pt;
  color: rgb(0, 0, 0); 
  }
  
table.white
  {
  font-family: arial;
  font-size: 12pt;
  color: rgb(255, 255, 255); 
  }


