
td.foo {
	margin: 0;
	font: 800 normal medium sans-serif;
	font-size: 18pt;
	line-height: 1.1;
	text-align: center;
	position: absolute;
	position: fixed;
	top: 3px;
	bottom: 3px;
	left: 3px;
	width: 3px;
	right: 3px;
	border-style:solid;
	border-color:white;
	border-width:1px
	}

td.foo a {
	display: block;
	margin: 0 0.3em
	}
	
td.foo a {
	border-top: 2px groove #999
	}
	
td.foo a:first-child {
	border-top: none
	}

td.foo a:link {
	text-decoration: none;
	color: white;
	background: black
	}
	
td.foo a:visited {
	text-decoration: none;
	background: black;
	color: #CCC	
	}
td.foo a:hover {
	color: black;
	background: white
	}

