.text {
	font: normal 18px/normal "Times New Roman", Times, serif;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	text-align: justify;

}
a:link {
	font: normal 18px/normal "Times New Roman", Times, serif;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	font: normal 18px/normal "Times New Roman", Times, serif;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	font: normal 18px/normal "Times New Roman", Times, serif;
	text-transform: none;
	color: #FF6600;
	text-decoration: underline;
	background-color: #000066;
}
a:active {
	font: normal 18px/normal "Times New Roman", Times, serif;
	text-transform: none;
	color: #990000;
	text-decoration: none;
}

