/*------------------------------ simple.css ----------------------------*/
/*			CSS basics for cruddy browsers			*/
/* These get replaced by modern.css if the browser understands @import 	*/
/*			    Giancarlo Lucarini 				*/
/*----------------------------------------------------------------------*/

body {
	background-color: #fff;
	margin: 0;
	padding: 5%;
	font-family: Verdana,"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666666;
}
