	/* my colors for normal, in-text anchors */
a {
	color: #ecbc13;
}
a:hover {
	color: #ffff00;
}

	/* the action bar */
 tr.actionbar {  /* centered with the ALIGN attirbute in htm */
	background-color: #60a2ba;
	border-bottom: 1px solid #ccc; 
	border-top: 1px solid #ccc; 
  border-radius: 5px;  /* rounds corners of total bar */
	float: left;  /* right works, none and both lose bar, middle works but loses border */
	FONT-SIZE: smaller;
	margin: 0 0 0 0;  /* some tags in body squelch this from affecting */
	padding: 0;
	width: auto;  /* auto removes blank block at right, was 100% */
}
td.no-margins {
 	float: left;  /* gives right margin to buttons */
}
td.margins {
 	float: left;  /* gives right margin to buttons */
	margin: 0.4em 0.4em 0.4em 0.4em;  /* gives separation between buttons and top/bottom of row */
}

td a.no-borders {  /* remove borders from icon */
}
td a.borders {
/* border-style: solid;  necessary for following border to work, no */
  border-radius: 5px;  /* rounds corners of buttons */
  box-shadow: inset 0 5px 10px #133e40;
	color: #f3bd00;
	display: block;
	padding: 8px 15px;  /* around labels */
	text-decoration: none;
}
td a:hover.borders {
	background-color: #04abff; 
  border-radius: 5px;
	color: #ffff80;
}

/* 
text-align: center
font-family: Verdana, Arial, sans-serif;
style="float: right; margin-left: 0.5em" 

font-weight: bold;  from li a
text-align: center;
    list-style-type: none;  ul
    margin: 0;
    width: 60px;  a
li {
    display: inline;  / * block is default * /
}
	border-right: 1px solid #ccc; }  a
	margin: 0 0 2em 0;
ul {
  border-radius: 5px;  / * rounds corners of total bar * /
	width: auto;  / * auto removes blank block at right, was 100% * /
	float: left;  / * right works, none and both lose bar * /
	margin: 0 0 0 0;  / * some tags in body squelch this from affecting * /
	padding: 0;
	FONT-SIZE: smaller;
	list-style: none; 
	background-color: #60a2ba;
	border-bottom: 1px solid #ccc; 
	border-top: 1px solid #ccc; 
}
li {
 	float: left;
  margin: 5px 5px 0 0;
}
li a {
	display: block;
	padding: 8px 15px;  / * around labels * /
	text-decoration: none;
	color: #eee;
	border-right: 1px solid transparent; }
li a:hover {
	color: #ffffff;
	background-color: #04abff; 
  border-radius: 5px;
  box-shadow: inset 0 5px 10px #133e40;
}
*/
