
body {
	/* establishes the default font to be used; pushes the page up to the top; creates light-grey background */
	background: 		#d7e1f4;
	}

h2 {	
	background:			#0b162a;
	}
	
#logo {
	background: 		#0b162a;
	}
	
#menu {
	background: 		#c83803;
	}
	
.tdLabelHeaderShaded {	
	background:			#0b162a;
	}
	
.tdLabelHeaderShadedCenter {	
	background:			#0b162a;
	}	
	
a:link  {
	color:				#c83803;
	}
	
a:visited  {
	color:				#c83803;	
	}
	
a.bounce {
	color:				#c83803;	
	}
	
a.highlight {
	color:				#c83803;	
	}