/* 
   'liberated' from 2005 OSWD, entry to the "fall"(autumn05) OSWD contest 
*/

/* main styles */
/* Below:  All these are global styles applied to everything.  However, they can be overwritten later in the CSS */

* {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #999
}

body { 
	margin: 0;
	padding: 0;
	text-align: center;
	background: #eee
}

/**************************************************  ****************/

