.main-links {
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.main-links :hover{
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	color: green;
	text-decoration: underline;
}
.4pix-bor {
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.yellow-heading {
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	color: #EFEB18;
	text-decoration: none;
}
.yellow-heading:hover {
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	color: #EFEB18;
	text-decoration: underline;
}
.main-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
}
.main-text:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	text-decoration: underline;
}
.main-text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
}
