.footer-text {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: normal;
	color: #333333;

}
.main-text {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	text-align: justify;
	color: #333333;



}
a:link {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	text-align: justify;
	color: #333333;
	text-decoration: underline;

}
a:visited {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	text-align: justify;
	color: #333333;
	text-decoration: underline;

}
a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	text-align: justify;
	color: #333333;
	background-color: #CCCCCC;
	text-decoration: underline;

}
a:active {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	text-align: justify;
	color: #333333;
	text-decoration: underline;

}

