.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;

}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #003399;
	text-decoration: none;



}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #003399;
	font-weight: bold;
	text-decoration: none;


}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FF0000;
	text-decoration: underline;

}
a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;

}
