
@CHARSET "UTF-8";
/* 
    Document   : a
    Created on : Jul 30, 2008, 12:06:34 PM
    Author     : alasarr
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


body 	{

	color:#333;
	margin:3px 8px 2em;
	background:#fff url(gradsprite.png) 0 4px repeat-x;

	}

	


