a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover {
	text-decoration: underline;
	color: #996600;
}

table.squaretop {
	border-spacing: 0px;
	border-collapse: seperate;
	border: 1px solid #996600;
	background-color: #996600;
}
