@import url("main.css");

#content{
	position: absolute;
	top: 155px;
	left: 40px;
	width: 760px;
}

#content a{
	text-decoration: none;
	color: #42210B;
}

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


.title {
	font-size: 10px;
	color: #1E7D39;
	font-weight: bold;
}

.subtitle {
	font-size: 10px;
	color: #42210B;
	font-weight: bold;
}