/* css Zen Garden submission 158 - 'a Simple Sunset', by Rob Soule, http://www.couchfort.net/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2005, Rob Soule */
/* Added: Mar. 7th, 2005 */

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */



/* 
    'a Simple Sunset'
    design by rob soule
    www.couchfort.net 
*/

/* --// basic elements --// */
body { 
 font: 13px georgia,times,serif; 
 color: white; 
 background: #000000 url(moon.jpg) no-repeat bottom right; 
 margin: 0;
 text-align: left;	 
}

/* --// links --// */
a { 
 color: blue;
 text-decoration: underline; 
 
 
}
