/* Stylesheet for 4PF webpages */

/*
   This style sheet is included in all styles for 4PF web pages.

   Acknowledgments:
    - based on a style sheet from the W3C.

   Contents of this file are released to the public domain.
*/

@import url(4pf2.css);	/* Load rules that won't work with Netscape4 */

body 
{
  margin: 2em;
  font-family: sans-serif;
  color: black;
  background: #FDFFB3;
}

.logo { margin:0 1em 1ex 0; border:0; }

.aside { font-size:smaller; padding:1.5ex; border:solid 1px; }
.aside p { margin: 1ex 1em }

.footer 
{ 
  font-size: 80%; 
  border-top: double green 4px; 
  margin-top: 1em; 
  padding-top: 1ex;
}

a:link    { color: #00C; }
a:visited { color: #609; }
a:active  { color: #C00; }

.footer a:link     { color: #00c; text-decoration: none; }
.footer a:visited  { color: #00c; text-decoration: none; }
.footer a:active   { color: #00c; text-decoration: none; }
.footer a:hover    { color: #00c; text-decoration: underline; }

h1 { text-align: center; }
h2, h3, h4, h5, h6 { text-align: left; }
h1, h2, h3 { color: #005A9C; }
h1 { font: small-caps 200%; }
h2 { font: 140%; }
h3 { font: 120%; }
h4 { font: bold 110%; }
h5 { font: small-caps bold 100%; }
h6 { font: italic 100%; }

hr { color: green; background-color: green; border: green; }

pre { margin-left: 2em; }

dt { font-weight: bold; }

p.copyright { font-size: small; }
p.copyright small { font-size: small; }

/* mcow: want this for 'alt' text */
object, img, applet { font-size: smaller; }

/* navigator 4 requires this */
pre, code { font-family: monospace; }
th, td { font-family: sans-serif; }
