/*

	File: Print.css
	Copyright 2004, Kurtis Kroon.
	All rights reserved — Licensed to CCGRA for its exclusive use.

	This stylesheet manages all print presentation for ccgra.com

*/

body {
	font: large "High Tower Text", Garamond, Georgia, serif;
	}

#header img {
	display: none;
	}

h1, h2 {
	color: navy;
	}

h2 {
	float: none;
	}

h1:after {
	content: " (http://www.ccgra.com)";
	}

#menuBar {
	display: none;
	}

#content {
	clear: left;
	margin-top: 1em;
	border-top: 2px silver solid;
	}

p {
	text-indent: 2em;
	}

a {
	color: navy;
	text-decoration: none;
	}

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

a.validator:after {
	content: "";
	}

#footer {
	border-top: 2px silver solid;
	font-size: smaller;
	}

#footer img {
	display: none;
	}