
body
{
  background-color: #ffffff;
  color: black;
}

th, td { /* ns 4 */
  font-family: sans-serif;
}

td.splash
{ 
  font-family: sans-serif;
  line-height: 130%;
  text-align: center
}

p.head1
{
  width: 500px;
  font-size:    14pt;
  font-weight:    bold;
  text-align:   center;
}

p.cinfo
{
  font-size:    12pt;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 1em;
  margin-right: 1em;
}



div.navbar
{
  position:  absolute;
  left: 0; 
  top: 20;
  clip: rect(0, 600, 50, 00);
  width: 600; 
  height: 50; 
  background-color: #8040c0; 
  layer-background-color: #8040c0;
  text-align: center;
  color: white;
  font-family: sans-serif;
  font-size: 18pt;
}

div.home
{
  position:  absolute;
  left: 0; 
  top: 20;
  clip: rect(0, 800, 50, 00);
  width: 800; 
  height: 50; 
  background-color: black; 
  layer-background-color: black;
  text-align: center;
  color: rgb(255,214,0);
  font-family: sans-serif;
  font-size: 14pt;
  font-weight: bold;
}

div.logo
{
    width: 500px;
    align: center;
    text-align:   center;
    margin-top: 2px;
    margin-bottom: 2px;
    color: black;
}
div.box
{
    width: 500px;
    align: center;
    margin-top: 2px;
    margin-bottom: 2px;
    color: black;
    font-family: sans-serif;
    font-size:    12pt;
    text-align:   center;
    background-color: aliceblue;
    border: solid orange 1px;
}
div.motto
{
    width: 240px;
    align: center;
    margin-left: 2em;
    margin-top: 2px;
    margin-bottom: 2px;
    color: black;
    font-family: sans-serif;
    font-size:    12pt;
    text-align:   left;
    background-color: aliceblue;
    border: solid orange 1px;
}

div.splash
{
    width: 500px;
    align: center;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 3em;
    line-height: 120%;
    color: black;
}
  
  
div.footer
{
    width: 500px;
    align: center;
    margin-top: 2px;
    margin-bottom: 2px;
    color: black;
    font-size:    10pt;
    text-align:   center;
    background-color: slategray;
    border: solid white 1px;
}

A.footer:link { color: pink; }

span.prod
{
  font-weight: bold;
}
p.hpa
{
  width: 500px;
  margin-left: 3em;
  font-family: sans-serif;
  font-size:    14pt;
  text-align:   left;
}

ul.plist
{
  width: 500px;
  margin-left: 2em;
  font-family: sans-serif;
  font-size:    12pt;
  text-align:   left;
    background-color: aliceblue;
    border: solid orange 1px;
}


