/* CSS Document - Newsletter Power */

.secthead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #053E70;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.articletitle {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
}
a {
	color: #053E70;
	text-decoration:underline;
}
a:hover {
	color: #053E70;
	text-decoration:underline;
}
a:visited {
	color: #053E70;
	text-decoration: underline;
}


