body {color:#000000; 
	  font-family:"tahoma"; 
	  background-color:#ffffff; 
	  align:center; 
	  margin-top: "0";
	  margin-left: "0"}
	  
.cellbg {background-color:#fffffc}
.cellbglt {background-color:#e6e6e6}
.cellmidbg {background-color:#cccccc}
.celldkbg {background-color:#808080}

table, tr, td {font-family:"tahoma"}

.tdbggray {background-color:gray} - could change to gray by changing the color value
.bgsilver {background-color:silver} 
.bgwhite {background-color:white} 
.maroon {color:maroon}

A:hover.overgreen {text-transform:uppercase; color:green; background-color:#FFFFFF}
A:hover.bgwhite {text-transform:uppercase; color:white; background-color:white}
A {text-decoration:none}

A:hover {text-transform:uppercase; color:red; background-color:#FFFFFF}

.marg {
	margin-top: 0px;
	margin-bottom: 0px;
}