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


table.squarebottom {
	border-spacing: 3px;
	border-collapse: seperate;
	border: 1px solid #996600;
	background-color: #cccc99;
}
