/* This is the style sheet for the LBC archive web page */
/* 
   CHANGE HISTORY
     26 Mar 2025		R. Losey
	   Added the guest style
     12 Apr 2025        R. Losey
       Add the td.date style
	                                                    */


body
{
	font-family: "Arial";
}

td
{
	padding:5px; border: 1px solid green;
}

table, th
{
	border: 2px solid green;
}

td.button
{
	border-width:0px; padding:3px;
}

td.guest
{
	text-align:center;
}

td.date
{
	text-align:right;
}
