/* CSS basics for not so hot browsers */
/* These get replaced by layout.css if the browser understands @import */
/* WebWebMarketing.com */
/* ------------------------------------------------------- */

body {
	background-color:#0065B3;
	margin: 0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

