@charset "UTF-8";
/* CSS Document */

	
#text {
	top: 219px;
	background-color: #ffffff;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	overflow: visible;
	width: 600px;
	left: 356px;
	/*border: 1px solid red;*/
}
	
/*this relates to the coding for the scroll bar*/


#mycustomscroll {
	width: 600px;
	height: 340px;
	overflow: auto;
	border: 1px solid #3f5b2a;
	padding: 15px 15px ;
}

/*end of the coding for the scroll bar*/
h1 {
	font-family: "Courier New" Courier, monospace;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #3f5b2a;
	}

.emphasis {
	font-style:italic;
}

a {
	color: #3f5b2a;
	text-decoration: none;
	}
 a:hover {
	color: #afa681;
	text-decoration: underline;
	}

