/* 21DayWellnessChallenge CSS
Author: Edward Chan (Instastudios.com)
Date: April 6, 2009
 */
a:link {
  text-decoration:none;
  }

a:visited {
  text-decoration:none;
 }

a:hover {
  text-decoration:none;
  }

a:active {
  text-decoration:none;
  }

html, body {
	margin: 0;	
	height: 100%;
	width: 100%;
	background-color: #007fa2;

}
