/* This is the CSS for the orange background widget. This was a custom order for http://www.upstreamfitness.com */
* {
    color: #333;
  }
  
body {
	background-color:#F7941D;
}