/* CSS for Natural Health site */

body {
	background-color: #F5F3E6;
	font-family: Arial;
	font-size: 13px;
}

table, tr, td {
	font-family: Arial;
	font-size: 13px;
}

a {
	color: #213B3C; font-weight:bold; text-decoration: underline
}

a:hover {
	color: #213B3C; font-weight:bold; text-decoration: none
}

a:active {
	color: #213B3C; font-weight:bold; text-decoration: none
}

.footer {
	color: #FFFFFF;
	background-color: #4D6263;
}