body {
	scrollbar-base-color: f9e8bd;
	scrollbar-arrow-color: Gray;
	scrollbar-highlight-color: #f0d79f;
	scrollbar-shadow-color: #f0d79f;
	scrollbar-darkshadow-color: #f0d79f;
}
#container {
	/* The container div holds all others and centers the page with.... */
         	position: absolute;  left:40px;
	width: 650px;
	margin-left: 15%;
	
}
td {
	font: normal 13px "Trebuchet MS" "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	width: 650px;
	color: Gray;
}

a:link, a:visited  {
  font: normal 14px "Trebuchet MS","Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-decoration: none;
	color: black;
		font-weight: 600;
}
a:hover {
   font: normal 14px "Trebuchet MS","Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-decoration:underline;
	color: black;
	font-weight: 600;
	}
	h1 {
	font: normal 13px "Trebuchet MS" "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	width: 650px;
	color: Gray;
	
}
	h2 {
	font: bold 16px "Trebuchet MS","Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-transform: uppercase;
	color: Gray;
}
	h3 {
	font: bold 15px "Trebuchet MS","Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	color: Gray;
}

	

