BODY 
{
	background-image: url(trendinutrition_background.jpg);
	background-repeat: repeat-y;
	background-position: top;
	background-attachment: fixed;
	color: #000000;
}

A:link    { color: blue };
A:visited { color: red };
A:hover   { color: green };
A:active  { color: lime };
