/* Get links back where they were, Align properly the left hand side, Add navigation Bar at the Bottom*/
body	{
		background-color: black
	    }
table	{
		text-align: left;
		color: white;
		empty-cells: show;
		table-layout: fixed
		border-collapse: separate;
		border-spacing: 5px
	    }
table.t1
	    {
		text-align: center;
		color: white;
		empty-cells: show;
		table-layout: fixed
		border-collapse: separate;
		border-spacing: 10px
	    }
table.t2
	    {   
		text-align: left;
		color: white;
		border-collapse: collapse;
		empty-cells: show;
		table-layout: fixed
	    }
h1	    {
		font-variant: small-caps;
		text-align: center;
		color: white
	    }
p.p1	{
		text-align: left;
		color: white
	    }
p.p2	{
		text-align: right;
		color: white
	    }
p.p3	{
		text-align: center
	    }
th	    {
		text-align: center
	    }
        
        
div.img  {
         margin: 2px;
         border: 1px solid #0000ff;
         height: auto;
         width: auto;
         float: center;
         text-align: center;
         }
ol.decimal {
           list-style-type: decimal
           }	