/* remove cellpadding and cellspacing */
table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* clear possible list-styles; should override in design */
ul, ol, dir, menu, li {
	list-style: none;
}

a
{
  outline: none;
}

