/*
-----------------------------------------------
Fitness Journal Style Sheet
author:   Chris Watson
version:  10 Nov 2007
----------------------------------------------- */


/* Low-end styles
----------------------------------------------- */
body {
  background:#DADADA;
  }


/* Links
----------------------------------------------- */
a img {
  border-width:0;
  }


 a 			{color: #333; text-decoration: none;}
 a:hover 	{text-decoration: underline;} 

