@charset "UTF-8";

/* •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
   ••  Project: Scarky.com                                          ••
   ••  Date:    July 2009                                           ••
   ••  Title:   Stylesheet used for printing                        ••
   •••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••   
   
---------------------------------------------------------------------- */

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

body {
  font-family: Minion, "Times New Roman", serif;
  font-size: 12pt;
  line-height: 1.5;
}

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

/* 2. Links
•••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */

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

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

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