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

h2 {	
	background:			#002c5f;
	}
	
#logo {
	background: 		#002c5f;
	}
	
#menu {
	background: 		#002c5f;
	}
	
.tdLabelHeaderShaded {	
	background:			#002c5f;
	}
	
.tdLabelHeaderShadedCenter {	
	background:			#002c5f;
	}	
	
a:link  {
	color:				#003087;
	}
	
a:visited  {
	color:				#003087;	
	}
	
a.bounce {
	color:				#003087;	
	}
	
a.highlight {
	color:				#003087;	
	}