p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #00663A;
	text-decoration: none;
}
.products {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #2C0062;
	text-decoration: none;
}
.products a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #2C0062;
	text-decoration: none;
}
.bullets {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #00663A;
	list-style-type: disc;
}

.products a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #432C43;
	text-decoration: none;
}
.products a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: #0033FF;
}
.products a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #2C0062;
	text-decoration: none;
}
.purple_header {
	color: #6E2958;
	font-weight: bold;
	font-style: italic;
}