/* NEC.css 
   Stylesheet for NEC related Web pages
*/

BODY {
  margin: 2em 1em 2em 35px;
  color: black;
  background-color: white;
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
/*  background-image: url(P3P4P.gif); */
}


H1, H2, H3 {
  text-align: left;
  font-family: Trebuche MS, Verdana, Tahoma, Arial, sans-serif;
  font-weight: normal;
  color: #05347c; /* #0050B2; */
}

table { table-layout: fixed; }

.hide { display: none }

DIV.head H1 { font-size: 40pt; text-align: right; margin-left: 1em }
DIV.head H2 { text-align: right; margin-top: -0.7em }
DIV.head IMG { color: white; border: none; } 

span.tm  { font-size: 0.4em; vertical-align: super }
span.also { font-size: smaller }

td.links { font-family: Verdana, Tahoma, Arial, sans-serif;
           vertical-align: top; font-style: italic }t
d.text { font-family: "Times New Roman", serif; vertical-align: top;
          font-style: normal; font-weight: normal }
td.bullet { font-family: "Times New Roman", serif;
            vertical-align: top; font-style: italic; margin-right: 3em }
td.notice { font-family: Verdana, Tahoma, Arial, sans-serif;
            vertical-align: bottom; font-size=8pt; font-style: normal; }
ul { list-style: square } 

P.copyright { font-size: smaller }

@media screen {  /* hide from IE3 */
A:hover { background: #FFA } 
}

P {  margin-top: 0.6em;  margin-bottom: 0.6em; }

DT, DD { margin-top: 0; margin-bottom: 0 } /* opera 3.50 */
DT { font-weight: bold }

PRE { font-family: monospace }        /* navigator 4 requires this */


