/* 
 * Print style for lodestone.org pages
 * $Id$ 
 */

body {
  font-size: 12pt;
  background: white;
  color: black;
  font-family: "Trebuchet MS",Optima,Tahoma,Verdana,Arial,Helvetica,sans-serif;
}

a:link, a:visited {
  color: #77f;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
}

#content a:link:after, #content a:visited:after {
  color: #333;
  font-weight: normal;
  content: " [" attr(href) "] ";
  font-size: 90%;
}

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

.hidden, .ahem, .for-broken-browsers { display: none }
