body {
	color: #000; 
	background: fff;
	margin:10px;
	text-align: left;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 11pt;
}

/* print styles */

a:link, a:visited, a:hover {
	background: fff; 
	color: 000; 
	text-decoration: underline;
  font-weight: bold;
	}

h1, h2, h3 {
background: fff;
color: 000;}

#wrapper {
display:none;
}

#nav {
display:none
}

#main {
display:none
}

#content{
width:100%
}

#footer{
width:100%
}

