/* CSS Document */

.body-text a, .body-text a:link, .body-text a:visited
{
	color: #003366;
	text-decoration: underline;
}
.body-text a:hover
{
	color: #158DC7;
	text-decoration: underline;
}
