.navdon {
	font: normal 16px "Times New Roman", Times, serif;
	color: #FF3300;
	text-decoration: none;
}
p {
	font: normal 16px "Times New Roman", Times, serif;
}
a:link {
	font: bold 16px "Times New Roman", Times, serif;
	color: #006600;
	text-decoration: none;
}
a:visited {
	font: bold 16px "Times New Roman", Times, serif;
	color: #006600;
	text-decoration: none;
}
a:hover {
	font: bold 16px "Times New Roman", Times, serif;
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	font: bold 16px "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: underline;
}

