/* style1_p.css, Eltron Research, Inc., created 20060127, updated 20060322 jgp */

body 
{
  font-family: arial, helvetica, sans-serif;
  font-size: 0.8em;                        /* 80%; */ 
  color: black;                            /* text color */
  background-color: light gray;            /* white; */
  margin: 10px;
  padding: 0;
}

h1 
{
  color: #000000;
  font-size: 1.75em;
}

h2
{
  color: #000000;
  font-size: 1.50em;
}

h3
{
  color: #000000;
  font-size: 1.25em;
}

h4
{
  color: #000000;
  font-size: 1.00em;
}

p.quote
{
  margin-left: 5%;
  margin-right: 5%;
  font-style: italic;
}

#header
{
  margin-top: 10px;
  text-align: center;
  /*border: 1px solid orange;                /* debug */
}

#content
{
  margin: 10px;
  /*border: 1px solid orange;                /* debug */
}

#footer 
{
  font-size: 0.75em;
  text-align: center;
  /*border: 1px solid orange;                /* debug */
}

a.smenu:link {color: #3c78f0; text-decoration: none}
a.smenu:visited {color: #3c78f0; text-decoration: none}
a.smenu:hover {color: #ff0000; text-decoration: none}
	
#navbar
{
  display: none;
}

