@import url("main.css");

#holderText{
	position: absolute;
	top: 200px;
	left: 40px;
	width: 360px;
	overflow: auto;
}

#text {
	position: relative;
	width: 330px;
	height: 300px;
	overflow: auto;
}

#img {
	position: absolute;
	top: 216px;
	left: 432px;
}

#text a{
	text-decoration: none;
	color: #000;
}

#text a:hover{
	color: #1E7D39;
}


.title {
	font-size: 20px;
	color: #42210B;
	font-weight: bold;
}

.titleHigh {
	color: #1E7D39;
}

