/* Trophy case style sheet by Robin Lionheart */
@import url(linkcolors.css);
@import url(indented.css);

@media print {
  /* no background or color for hard copy */
  a {
		color: black;
		background-color: transparent;
  }
  html {
		color: black;
		background-color: white;
  }
}

@media screen, tv, projection {
  body {
	  font-family: Georgia, serif;
  }
}

@media screen, tv {
  html {
    color: black;
 		background: #ff9 url(/images/background/wood.png);
  }
}

@media projection {
  html {
    color: black;
 		background: #ff9 url(/images/background/wood.png);
  }
}

body {
	voice-family: wizard, old male, male;
}

h4 { text-indent: 2em }

blockquote.letter, blockquote.email {
	font-family: "Courier New", Courier, monospace;
	color: #000;
	background-color: white;
	padding: 1em;
  width: 30em;
  border-right: thick solid #ccc;
	border-bottom: thick solid #ccc;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

