body {
	background-image:url(images/background.jpg); background-repeat:repeat-x; background-color:#f0f0eb;
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#414141;
	text-align:left;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
	
h1 {
	font-family:"Trebuchet MS";
	color:#00679b;
	font-size:24px;
	margin:0px;
	font-weight:normal;
	}
h2 {
	color:#414141;
	font-size:20px;
	margin:0px;
	font-weight:normal;
	}
h3 {
	color:#414141;
	font-size:16px;
	margin:0px;
	font-weight:normal;
	}

a:link {
	color: #00679b;
	text-decoration: none;
}
a:visited {
	color: #00679b;
	text-decoration: none;
}
a:hover {
	color: #00679b;
	text-decoration: underline;
}

