
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: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px
	}

td.foo a {
	display: block;
	}
/*	
td.foo a {
	border: 1px groove #999
	}
*/
td.foo a:first-child {
	border-top: none
	}

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

