body {
	margin-left: 3em; margin-right: 3em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:small;
}
code {font-size: 110%;}
h1 {text-align:center; font-size: 150%;}
h2 {text-align:center; font-style: italic; font-weight: bold; font-size: 130%;}
h2.left {text-align: left;}
h3 {text-align:left; font-style: italic; font-weight: bold; font-size:115%;}

hr {width: 75%}

img {border:none;}

img.center {margin-left:auto; margin-right:auto; display:block}

pre {font-size:110%}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.medium {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
}

.xbig {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-large;
}

.copyright {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align:left;
	color: #999999;
	background-color: white;
}

.license {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
	background-color: white;
}

.update {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
    background-color: white;
}	
/* Printing control */
.nonprinting {}  /* Is "display: none" in @media print */
.printonly {display: none;} /* Is display: block in @media print */
.printurl {display: none;} /* Is display: block in @media print */

@media print {
  body 	{
    background-color: white; background-image: none; color:black; 
    font-family: "Times New Roman", Times, serif;
    font-size: 12pt; 
    margin-left: 0; 
    margin-right: 0;
	margin-top: 0%;
  }
  a:link          {color: black; background-color: white; text-decoration: none;}
  a:active        {color: black; background-color: white; text-decoration: none;}
  a:visited       {color: black; background-color: white; text-decoration: none;}
  /* a.showurl:after {content:" [" attr(href) "] "; } */ /* Doesn't work in IE 6 */
  h1 {text-align:center; font-size: 150%;
    font-family:Verdana, Arial, Helvetica, sans-serif;}
  h2 {text-align:center; font-style: italic; font-weight: bold; font-size: 130%;
    font-family:Verdana, Arial, Helvetica, sans-serif;}
  h3 {text-align:left; font-style: italic; font-weight: bold; font-size:115%; 
    font-family:Verdana, Arial, Helvetica, sans-serif;}
  .nonprinting {display: none;}
  .printonly {display: inline;} 
  .printurl {display: inline; text-decoration: none;}
} /* end of @media print */

