/* these are the screen styles for staff news and student news as these are primarily html emails, styles should be inline where ever possible, but the styles here are used as backup */

							/* ....... link styles ....... */

a {
	color: #c3141f;
	text-decoration: none;
}
a:visited {
	color: #c3141f;
	text-decoration: none;
}
a:hover {
	color: #c3141f;
	text-decoration: underline;
}