
body {
	/* establishes the default font to be used; pushes the page up to the top; creates light-grey background */
	background: 		#ffece6;
	min-height: 		400px;
	margin-bottom: 		20px;
	clear: 				both;
	
	}

h2 {	
	background:			#fb4f14;
	}
	
#logo {
	background: 		#fb4f14;
	}
	
#menu {
	background: 		#000;
	}
	
.tdLabelHeaderShaded {	
	background:			#fb4f14;
	}
	
.tdLabelHeaderShadedCenter {	
	background:			#fb4f14;
	}	
	
a:link  {
	color:				#fb4f14;
	}
	
a:visited  {
	color:				#fb4f14;	
	}
	
a.bounce {
	color:				#fb4f14;	
	}
	
a.highlight {
	color:				#fb4f14;	
	}