﻿
/**********************************************
*   Basics & Typography                       *
***********************************************/
body {
	margin: 0;
	padding: 0;
	background: white
	font: 65.0% "Arial", sans-serif
		color: #000;
	text-align: left;
}

/**********************************************
*   Structure: Content, Sidebar, etc.         *
***********************************************/
#outline {
	width: 850px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	font-size: 10pt;
}

