.NWstyle {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #38383C;
	font-variant: normal;
	letter-spacing: 0.5px;
	text-decoration: none;
}
a:link {
	color: blue;
	text-decoration:none;
}
a:visited {
	color: purple;
	text-decoration:none;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: blue;
}