body {
		font-family: Arial, Helvetica;
		margin: 0px;
		position: fixed;
		background:#ffee00}

table {
	border-left: 1px solid #0000FF;
	border-top: 1px solid #0000FF;
	height: 50px;	
}

td {
	border-right : 1px solid #0000FF;
	border-bottom : 1px solid #0000FF;
	background: #ffee00;
	text-align: center;
	cellpadding: 0px 0px 0px 0px;}

A {
	text-decoration: none;}

A:hover {
	text-decoration: underline;}

A:hover.nav {
	color:#FF0000;}

A.nav {
	color: #0000FF;
	font-size: 10pt;
	font-weight: bold;}

