
body {
	/* establishes the default font to be used; pushes the page up to the top; creates light-grey background */
	background: 		#fde8eb;
	margin-top: 		0;
	font-family: 		Arial, Helvetica, sans-serif;
	}

h2 {	
	background:			#e31837;
	}
	
#logo {
	background: 		#e31837;
	}
	
#wrap { 
	/* applies to id selector; establishes the width of the page; white background for body; establishes default font size */

	margin: 			0px auto;
	width: 				1280px;
	padding:			0;
	font-size: 			12px;
	text-align:			left;
	}	
	
#menu {
	background: 		#e31837;
	}
	
.tdLabelHeaderShaded {	
	background:			#e31837;
	}
	
.tdLabelHeaderShadedCenter {	
	background:			#e31837;
	}	
	
a:link  {
	color:				#e31837;
	}
	
a:visited  {
	color:				#e31837;	
	}
	
a.bounce {
	color:				#e31837;	
	}
	
a.highlight {
	color:				#e31837;	
	}