@charset "UTF-8";

/* •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
   ••  Project: x                                                   ••
   ••  Date:    May 2009                                            ••
   ••  Title:   Stylesheet used for printing                        ••
   •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••   
   
---------------------------------------------------------------------- */

/* 1. Default
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */

body {
  font-family: Arial, "Helvetica Neue", Tahoma, Verdana, Geneva, sans-serif;
  font-size: 12pt;
  line-height: 150%;
}

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

/* 1. Links
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */

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

a[href^="/"] {
  content: "(http://example.com" attr(href) ")";
}

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