a:link, a:visited {
	color: Navy;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	color: Blue;
	font-weight: bold;
	text-decoration: underline;
}
a:link.important, a:visited.important {
	color: Red;
	text-decoration: none;
	font-weight: bold;
}
a:hover.important, a:active.important {
	color: Blue;
	font-weight: bold;
	text-decoration: underline;
}
p.emsincidents {
	width: 450px;
}