	html {
		font-family: "Trebuchet MS";
		color: #222;
		font-size: 14px;

	}

	a {
		color: #4c8206;
		font-family: "Trebuchet MS";
		text-decoration: underline;
	}

	 a:hover {
		color: #222;
		text-decoration: underline;
	}

	h1 {
		color: #4c8206;
		font-size: 20px;
		font-family: "Trebuchet MS";
	}

	h3 {
		color: #4c8206;
		font-size: 16px;
		font-weight: 700;
		font-family: "Trebuchet MS";
		text-decoration: underline;
		margin: 10px 0px 4px 0px;
	}

	p {
		color: #222;
		font-size: 14px;
		font-family: "Trebuchet MS";
		text-align: justify;
	}