#hometable {
	outline: none;
	width: auto;
	padding: 0px;
	border: 0px;
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: red white white white;
	border-collapse: collapse;
	background-color: #555666;
	margin: 0;
}
td.home {
	border: 0px;
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: red white white white;
	background-color: #ffffff;
	-moz-border-radius: 0px 0px 0px 0px;
	margin: 0px;
}

* { 
    -moz-box-sizing: border-box;
    -moz-any-link:focus { outline: none; }
} 

a: {
	outline: none;
}

