@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-bottom: 0px;
}

.hometext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-align: justify;
}

.contactcenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
}

.homelarge {
	font-size: 19px
}

.nutrition {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-align: justify;
}

.nutritionlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	text-align: center;
}

.footerb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
}

.footerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-align: center;
	color: #700d0d;
}

a:link {
	color: #700d0d;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #700d0d;
}
a:hover {
	text-decoration: underline;
	color: #3333FF;
}
a:active {
	text-decoration: none;
	color: #700d0d;
}
.green {
	color: #568a2c;
	font-weight: bold;
	font-style: italic;
	font-size: 19px;
}
.red {
	color: #b42d3a;
	font-size: 19px;
	font-weight: bold;
	font-style: italic;
}