/* $Id: printable.css,v 1.4 2005/07/24 00:11:02 oneiros Exp $ */

body {
	font-family: "Bitstream Vera Sans", lucidasans, verdana, arial, sans-serif;
	color: #333333;
	background: white;
}

strong {
	color: black;
	font-weight: bold;
}

h1, h2, h3, h4 {
	color: black;
}

p {
	text-align: justify;
}

.name {
	font-size: 110%;
	font-weight: bold;
}

.uri {
	font-size: 80%;
	font-style: italic;
}

.uri:before {
	content: "\00BB \0020";
}

.letter {
	font-style: italic;
}

