/* CSS basics - replaced by layout.css for browsers that do @import */

body {
	background-color: #b00023;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
}


