/********************************************************************************************
*  																							*
* PRINT STYLES																				*
*																							*
********************************************************************************************/

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

#navTop, #navFoot, #wrapperSide, #critter, .weatherCurrent, .clear, .capTrig
{
	display: none;
}
#wrapperMain
{	display: block;
	width: 100%;
	margin: 0;
	float: none;
}

h1
{
	font-size: 16px;
	font-weight: bold;
}

h2
{
	font-size: 14px;
	font-weight: bold;
}

p
{
	font-size: 14px;	
}

a
{
	color: #000;
	text-decoration: none;
}