/**********************************************************************************
print.css

Copyright (c) 2005 Mark A. Taff <marktaff@comcast.net>

Licensed under the GNU GPL, version 2

PURPOSE: Use this file to define basic presentation data that applies to the whole
  site, such as default font properties, default hyperlink properties, etc.
***********************************************************************************/

.body {
	background-color: white;
	color: black;
}

#topAdContainer {
	display: none;
}

#topMenuBarContainer {
	display: none;
}

#bottomMenuBarContainer {
	display: none;
}

#stockContainer {
	display: none;
}



