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

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