﻿body
{
	background: white;
	/*font-size: 12pt;*/
}

/* All parts to hide from printing */
div#HeaderArea, div#MainMenuArea, div#SubMenuArea, div#BreadCrumbsArea, div#SecondaryBodyArea, div#SponsorArea, div#FooterArea
{
	display: none;
}

/* Clean all div's from top to content */
div#Page, div#StageArea, div#StageArea2, div#StageArea3, div#MainContentArea, div#MainBodyArea, div#MainBody 
{
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	
	color: black;
	background: transparent none; 
	float: none !important;
}

div#MainBody
{
	margin-left: 0;
	padding-top: 1em;
	border-top: 1px solid #930; 
}

a:link, a:visited
{
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

div#MainBody a:link:after, div#MainBody a:visited:after
{
	content: " (" attr(href) ") ";
	font-size: 90%;
}

#content a[href^="/"]:after {
   content: " (http://stockholmpride.org" attr(href) ") ";
   }


