body {
	background-image:url(images/background.jpg); background-repeat:repeat-x;
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#626262;
	text-align:justify;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
#middle {
	font-family:"Trebuchet MS";
	color: #494949;
	font-size:14px;
	}
	
#middle h1 {
	font-family:"Trebuchet MS";
	color:#000;
	font-size:28px;
	margin:0px;
	font-weight:normal;
	}
#middle h2 {
	color:#000;
	font-size:22px;
	margin:0px;
	font-weight:normal;
	}
#middle h3 {
	color:#000;
	font-size:16px;
	margin:0px;
	font-weight:normal;
	}

#middle a:link {
	color: #626262;
	text-decoration: underline;
}
#middle a:visited {
	color: #626262;
	text-decoration: underline;
}
#middle a:hover {
	color: #005cb3;
	text-decoration: underline;
}


