body {
	font-family: Tahoma;
	color: #1D3E04;
}
h2 {
	font-size: 14px;
	text-transform: uppercase;
}
p {
	font-size: 11px;
	font-weight: bold;
}
p, h2 {
	margin-top: 30px;
	margin-right: 65px;
	margin-bottom: 20px;
	margin-left: 65px;
	text-align: justify;
}
a:link {
	color: #1D3E04;
	text-decoration: none;
}
a:visited {
	color: #1D3E04;
	text-decoration: none;
}
a:hover {
    color: #48A303;
    text-decoration: none;
}

