/*  style sheet created 12/15/2025*/


body {
		background-color: #000000;
		font-family: Arial, Helvetica, sans-serif;
		}
table {
		Arial, Helvetica, sans-serif;
		}

th, td {padding: 5px;}

* {
  box-sizing: border-box;
}

	/*  Create three equal columns that float next to each other  */

.column {
  float: left;
  width:33.33%;
  padding: 5px;
}

	/* Clear floats after rows  */

.row::after {
  content: "";
  clear: both;
  display: table;
}

dd {padding:5px;}


a:link{color: #ffffff; text-decoration:none;}	        /*  white  Unvisited */
a:visited{color: #ffffff; text-decoration:none;}      /* white Visited */
a:hover{ color: #FF00FF; text-decoration:none;}		   /* fuchsia  Mouse Over*/
a:active {color: #FFD700; text-decoration:none;}				 /* gold  Moment Link is Clicked*/


a.footer:link{color: #0000ff; text-decoration:none;}	/*  blue  */
a.footer:visited{color: #228B22; text-decoration:none;}	/*  green  */
a.footer:hover{color: #FF00FF; text-decoration:none;}	/*  fuchsia  */
a.footer:active{color: #FFD700; text-decoration:none;}	/*  gold  */






