/*Triathlon.org Print Stylesheet*/
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	}
/* Remove unwanted elements */
#topbar, #header, #wcs_horizontal, #navigation, .noprint, #wcs_bar, #wcs_panel, #article_sidebar, #social, #related_articles, #sitemap, #footer, #search_box, .event_results_chooser, .download_start_list, #video_article, #article_photo_gallery, #lightbox, #print_icon {
	display: none;
}
.page_content img {
	margin-left: 10px;
	border: 1px solid #000000;
	}
/* Ensure the content spans the full width */
.grid_8, #page_content {
	width: 100%; margin: 0; float: none;
	}
/* Change text colour to black (useful for light text on a dark background) */
.lighttext
	{
	color: #000;
	}
/* Improve colour contrast of links */
a, a:link, a:visited
	{
	color:#000000;
	text-decoration:none;
	}
.print_logo {
	display:inline;
	padding-right:0px;
	padding-bottom: 10px;
	}
/*Make text correct size */
p {
	font-size:12px;
	}
	#container {
	overflow:visible;
}