/* $Source: /home/johnny/html/Future/RCS/future.css,v $ */
@import url(../menu/menu.css);
html, body, table, td, th { background-color: white; color: black;
 font-family: helvetica,sans-serif; }
body {	padding-top: 1em;
 margin-left: 5%; margin-right: 5%;
 padding-left: 1em; padding-right: 1em;
 text-align: justify;
 background-image: url("small-grid.gif"); }
a:link, a:visited { color: blue; text-decoration: none;
 background-color: transparent; }
a:hover, a:focus, a:active { color: red; text-decoration: underline;
 background-color: transparent; }
h1 { text-align: left;
 background-color: silver; color: white;
 font-size: 200%; font-style: italic; font-family: sans-serif; 
 padding-left: 0.5em; padding-top: 0.1em; padding-bottom: 0.1em; }
h2, h3 { text-align: left; }
ul { margin-left: 0; padding-left: 1em; }
li { list-style: circle; padding: 0; margin: 0; }
sub { font-size: smaller; vertical-align: baseline;
 position: relative; bottom: -0.25em; }
sup { font-size: smaller; vertical-align: baseline;
 position: relative; bottom: 0.33em; }
hr { background-color: silver; color: silver; border-color: silver; }
.s1 { font-size: 75%; float: right; padding-right: 1em; }
.menu dd { font-weight: bold; font-size: 110%; padding: 0.25em; }
#future { font-style: italic; }
blockquote.mortem { font-style: italic; 
 padding-top: 0 ; padding-bottom: 0;
 margin-top: 0; margin-bottom: 0; }
blockquote.small { line-height: 75%; }
acronym, abbr { border: none; cursor: help; }
/* print CSS2 */
@media print {
html, body, table, td, th {
 font-size: 12pt !important;
 font-family: times,"times new roman",serif !important;
 color: black !important;
 background: white !important; }
html, body { margin: 0; padding: 0; }
* { color: inherit !important;
  background: transparent; }
} /* print */
/* $Id: future.css,v 1.37 2007/08/19 09:36:01 johnny Exp $ */
