/* Print Styles */

/* =hiding */

#nav_access,
#header .nav { display:none; }

/* =typograhpy */

body { font-family : Helvetica,Arial,sans-serif; font-size : 12pt; line-height:18pt; color:#000; }
ul { list-style:square; }
img { max-width : 25%; border:1px solid #ccc; }

/* =links */

a:link,
a:visited,
a:after,
a:active { text-decoration : underline; color : black; }

a:link:after,
a:visited:after,
a:hover:after,
a:active:after {
	content: " (" attr(href) ") ";
	font-size: 70%;
	color:#ccc;
}

html.noted #content a:link:after,
html.noted #content a:visited:after,
html.noted #content a:hover:after,
html.noted #content a:active:after {
  content: '';
}

/* =layout */

#header { padding-bottom : 5pt; border-bottom : 2pt solid black; }
#footer { padding-top : 2pt; border-top : 1pt solid black; font-size:0.8em; margin-top:15pt; }

