@charset "utf-8";
* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	background-image: url(images/HFO%20Kids%20Home%20Page%20Background.jpg);
	background-repeat: repeat-x;
}
#splash_tbl {
	margin: 0 auto;
}
a {
	text-decoration: none;
}
/* inline images
==============================================================================*/
img {
	border: 0; /* removes border in case images get have anchor around them */
}
td img {display: block;}