body { 
	color: #262626; 
	margin-left: 0; 
	margin-bottom: 20px; 
	margin-right: 0; 
	margin-top: 0; 
	background-image: url(../images/ReinventedBody.png); 
	background-repeat: repeat-x; 
	background-position: left top; 
	position: static; 
	top: 0; left: 0; 
	width: 100%;
	font: 13px/1.25 Helvetica, Arial, Geneva, sans-serif;
}

h1 {
	margin-bottom: 10px;
	font-size: 36px;
	font-style: normal;
	color: #191919;
}

h2 { 
	color: #7f7f7f; 
	font-size: 18px; 
	margin-top: 10px; 
	font-style: normal;
	line-height: 1.25;
}

h3 { 
	color: #3f3f3f;
	font-size: 16px;
	font-style: normal;
	line-height: 1;
}

h4 { 
	font-size: 14px; 
	margin-bottom: 0; 
}

a { 
	color: #0c3f84; 
	text-decoration: none; 
}

a:hover { 
	text-decoration: underline; 
}

ul { 
	list-style-type: square; 
}

