a:link {
	color: #2A1F55;
	text-decoration: none;
}
a:visited {
	color: #2A0000;
	text-decoration: none;
}
a:focus {color: #EFE3B5; text-decoration: none;}
a:hover {color: #333333; text-decoration: none;}
.text_center {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.text_justify {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
}
.text_right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: right;
}
