body {background-color: white;
     }
a: link {color: white;
   font-weight: bold;}
a: visited {color: rgb(195,195,195);
   font-weight: bold;}
a: hover {color: rgb(220,220,220);
   font-weight: bold;}
a: active {color: black;
   font-weight: bold;}
table.firsttable {width: 668px;
         border: 1px solid black;
         font-family: arial;
		 color: white;
		 background-color: rgb(100,153,81);
		  margin: 10px;
		  font-size: 12px;
		  }
table.secondtable {width: 668px;
         border: 1px solid black;
         font-family: arial;
		 color: white;
		 background-color: rgb(128,174,110);
		 margin: 10px;
		 font-size: 12px;
		 }
span.headline        {font-weight: bold;
         font-size: 12px
		 }
td.padding     {padding: 10px}