/* BlackOrange CSS */

/* Set the default font */
body, p, td, th, li {font-family: Arial, Helvetica, sans-serif;}

/* Don't set these to an em or %, so nested items get smaller and smaller */
p {
	font-style: normal;
}

body {
	font-size: 80%;
	font-style: normal;
	margin: 0;
	background: #fff;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
}

/* Set images to have no borders */
img { border: 0; }

