@charset "utf-8";

/*-----------------------------------------------
	CSS information
	  file name:	style.css
	  style info:	style for all pages
-----------------------------------------------*/

body 
		{
		font-family: Geneva,Arial,Helvetica,sans-serif;
		font-size: 0.9em;
		color:#333;
		line-height: 1.5em;
		width:100%;
		background:#000;
		}

