/* CSS Document */
/* ----- header ----- */
h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Arial, Verdana;
	padding: 0px;
	margin: 0px;
	}

h1 {
	font-size: 20px;
	color: #3F6F55;
	}
h2 {
	font-size: 18px;
	}
h3 {
	font-size: 16px;
	color: #A47956;
	}
	
/* ----- link ----- */
a:link, a:visited, a:active {
	text-decoration: none;
	color: #799E42;
	font-size: 12px;
	}
a:hover {
	color: #A37A54;
	text-decoration: underline;
	}
