/*-------------------------------------------------------------------
GSD Print Stylesheet

Version: 			1.0
Last edited by: 		John Lytle
On:				2009.06.12
Framework: 		The Plant System/Ivo Janssen
Site Design by:		John Lytle
For:				Go Skateboarding Day

---------------------------------------------------------------------*/


/* =General Styles
---------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial,sans-serif;
	font-size: 10pt;
	margin: 0.2in;
}

#branding span img {
	display: block;
	width: 200px;
	height: 83px;
}
	
h2, h3 {
	font-size: 150%;
}

#navigation, hr, #countdown, #flash-content  {
	display: none;
}

a:link, a:visited {
	color: gray;
	background-color: inherit;
}

a:link:after, a:visited:after {
	content:" (" attr(href) ") ";
}