/* print styles */
BODY 
{
	color: black; 
	background-color: white;
}

#innertable
{
	width: 665px;
	margin-left: 0px;
	margin-right: 0px;
}

A:link, A:visited 
{	
	background: white; 
	color: black; 
	text-decoration: underline;
  	font-weight: bold;
}

H1, H2, H3 
{
	background: white; 
	color: black; 
	padding-bottom: 1px;
	border-bottom: 1px solid gray;
}

img
{
	/*display: none;*/
}

#navhold
{
	display: none;
}