body {background:white; color:black; font-size:11pt; font-family:Times, serif;}
#header {background:white;}
#sidebar {display:none;}
h1, h2, h3 {font-family:Helvetica, sans-serif; font-weight:bold;}
h1 {font-size:14pt;}
h2 {font-size:12px;}
h3 {font-weight:11pt;}
#footer {margin-top:5pt; border-top:1px solid #000;}
#footer p {font-size:9pt;}

a {color:black; text-decoration:none; font-weight:bold;}

/*following rules described by Erc Meyer
http://www.alistapart.com/articles/goingtoprint/
updated with the rules in use currently by ALA
They print the href value of links.*/

a[href]:after {
   content: " (" attr(href) ") ";
   font-size: 90%;}

	a[href^="#"]:after {
	   content: "";}

a[href^="/"]:after {
   content: " (http://www.miltonyoungmusicians.org" attr(href) ") ";}
