
/* Hide all the unneeded elements - these will not be printed */
#global-header, .local-footer, #global-footer, div.heading, #content #fragment1, #content #fragment3, div#newsbox, #sociallinks, .breadcrumb, body > img, #avlinks, #newsbox div *
{
	height: 0px;
	width: 0px;
	visibility: hidden;
	display: none;
}

.col3-grid1 .fragment2
{
	display: block;
	float: none;
	border: 0px;
	width: 90%;
	background-color: transparent;
}

#maincontent img {
	display: block;
	float: left;
	margin-left: 0 auto;
	padding-right: 10px;
}

div.topnewsstory, div.caption, p, #maincontent h1, #maincontent h3
{
	display: block;
	float: left;
	width: 90%;
}

#maincontent h3
{
	font-weight: bold;
}

/* Increase the font size */
#maincontent h1 
{
	font-size: 1.8em;
	line-height: 1.9em;
}

#maincontent p, .topnewsstory p, #site.urheilu #maincontent a, div.caption, div.meta, #maincontent h3
{
	font-size: 1.5em;
	line-height: 1.6em;
}

/* Help to span the article across multiple pages when printing */
*
{
	overflow: visible !important;
}


