/*
    Tripoli is a generic CSS standard for HTML rendering. 
    Copyright (C) 2007  David Hellsing

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

* { background: #fff; }
body { font-family: georgia, palatino, times, serif; color: black; font-size: 12pt; line-height: 1.5;
}
blockquote { font-style: italic; color: black; font-size: 10pt; line-height: 1; padding:1em; margin: 0;
 }

h1,h2,h3,h4,h5,h6 { font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif; }
code, tt { font: 10pt "Andale Mono", Monaco, Courier, monospace; } 

hr { 
  background:#ccc; 
  color:#ccc;
  width:100%;
  height:2px;
  margin:2em 0;
  padding:0;
  border:none;
}

a:link, a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

a:link:after, a:visited:after {
	content: " [" attr(href) "]";
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
}

/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */

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

