/* Top level style sheet for andybettis.com web site */

body {
	color: #313;
	}

a {
	color: #313;
	}

a:hover {
	color: #f48;
	}

#bannerBox {
	background-image: url("pix/topBanner.jpg");
	background-repeat: repeat-x;
	}
	
