/*
 * Style sheet for corner test web site
 *
 * (c) 2008 Alex McAllister
 *
 *
 * print.css - style sheet for printers
 *
 */

#banner, #nav, #footer {
   display: none;
}

#content {
   margin: 0;
   width: 100%;
}

#contentwrapper {
	margin: 0;
	width: 100%;
	color: #000;
	background: #fff;
}

body, p, a, ul {
   color: #000;
   background: #fff;
   font-family: "Times New Roman", Garamond, serif;
}

a {
   color: blue;
   text-decoration: underline;
}

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