/* design.css 2005-04-22 .. 2009-03-22 ahok */

/* basic layout */
	@media screen {
		body			{ padding: 16px }
		}
	@media print {
		body			{ padding: 6mm }
		}
	body				{ color: black ; background: #eee }
	body,p,center,ul,dl,th,td	{ font-size: 10pt ;
					  font-family: "Lucida Sans Unicode", "Lucida Sans", Lucida, sans-serif }
	h1,h2,h3,h4,caption		{ font-family: "ITC Avant Garde Gothic", "ITC Avant Garde", "URW Gothic L", "Gothic L", /* ?? */ "Century Gothic", sans-serif;
					  color: #669 }
	blockquote			{ padding: 0.5em ;
					  margin-top: 1em ; margin-bottom: 1em }
	var				{ /* font: bold oblique ; */
					  font-weight: bold ; font-style: italic
					}
	pre,tt				{ font-family: "Lucida Sans Typewriter", Lucidatypewriter, "Lucida Console", Fixed, monospace ;
					  color: black ; background: white ;
					  margin-left: 4em ; margin-right: 4em ;
					  padding-top: 0.5em ; padding-bottom: 0.5em ;
					  margin-top: 0.5em ; margin-bottom: 0.5em }
	.person				{ font-variant: small-caps ;
					  font-weight: normal ; font-style: normal }
	.num				{ font-family: Skia, Dustismo, Candara, Georgia, Charter, "Bitstream Charter", sans-serif ;
					  font-size: 110% }
	/* th,td			{ font-size: 14px } */
	.hiline		tr:hover	{ background: #cff }
	a:link				{ color: #009 ; background: #eee }
	a:hover                         { text-decoration: none ;
					  background: white ;
					  color: teal }
	a:active			{ color: #c03 }
	a:visited			{ color: teal }

/* design.css */
