/* GLOBAL RESET */
@import url("reset.css");
@import url("text.css");
@import url("960.css");

/*  turn off automatic highlighting by safari and chrome 
*:focus {
	outline: none;
	border: none;
}
*/

table, thead, tbody, tfoot, th, td, a img {
	border-collapse: collapse;
	border: none;
}

