/* ToDo
style for ii category bold italics nyt
color HRs
do margins in a DIV.bod rather than BODY (delete completely from BODY?
 Netscape bug of _adding_ the margin properties to its default margins

font families
 serif, sans-serif, cursive, fantasy, and monospace

BODY { position: absolute; left: 0px; top: 0px; margin-top: 0px;
 margin-left: 0px; }

Netscapism: body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0
maybe use strict DTD -- include FPI(?) and URL
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
 "http://www.w3.org/TR/REC-html40/strict.dtd>

h1, h2 { margin-bottom: 0 }
h1 + *, h2 + * { margin-top: 0 }

*/

/* what about TD, TH, and CAPTION Nance?? */
/* EXPERIMENT: position: absolute; */

BODY {
 font-family: Verdana, "Myriad Web", Syntax, Arial, Helvetica, sans-serif;
 background-color: #FFCC66;
 color: #000000;
 margin-left: 0;
 margin-right: 0;
}


/* Georgia, Palatino, */
.headfoot, .footer, .header, .nav, .metanote {
 font-family : "Times New Roman", Times, serif;
 color: #000000;
}

/* fantasy or whatever CSMS is in */
.sig {
 font-family : "Comic Sans MS", "Times New Roman", Times, serif;
 color: #000000;
}


DIV.toc, DIV.metanote {
 margin-left: 10%;
 margin-right: 10%;
}

/* next in toc1 is inhereted by toc2, etc in IE 
font-weight: bold;
*/

.toc1 {
 list-style-type:  square;
 font-weight: bold;
}

/*
 font-size: small;
*/

.toc2, .toc3, .toc4, .tocN {
 list-style-type: none;
 font-size: 90%;
 font-weight: normal;
}

.bod, .contents {
 margin-left: 5%;
 margin-right: 4%;
}


UL.hidebullets {
 list-style-type: none;
}


H1, H2, H3, H4, H5, H6 {
 font-family : Tahoma, Verdana, Geneva, Arial, Trebuchet, sans-serif;
 color: #003366;
}


/* font-style: normal; */
/*, TH, THEAD, TFOOT */
DT {
 font-weight: bold;
}



/* list-style-type :  oblique; */

/* below works in opera but not in ie???
DIV.toc > LI {
 list-style-type :  none;
}
*/



/* Goal: Use something other than ugly Courier! */
VAR, CODE, PRE, SAMP, TT, KBD { 
 font-family: Fixedsys, "Monotype.com", "Andale Mono", "Courier New", Courier, monospace;
 font-weight: normal;
 color: #003366;
 }



EM, VAR, CITE, DFN { 
 font-style: italic;
 }


STRONG { 
 font-style: italic;
 font-weight: bold;
 }

/* Order Matters!!
1. link
2. visited
3. active
4. hover
*/


/* from W3C Steely-- color: #FF3300; */
A:link { 
 text-decoration: none;
 color: #0000FF;
 } 
  

/* Ugly Olive from Steely-- color: #999966; */
A:visited { 
 text-decoration: none;
 color: #330099;
 } 
  

A:active { 
 text-decoration: none;
 color: #FF3300;
 }


A:hover {
 text-decoration: underline;
 color: #FF3300;
 background-color: "#FFF0C0";
 } 
  
/* add .offsite 
maybe italics on hover?
*/

/*
A.onsite:link { 
 text-decoration: none;
 color: #CC0000;
 } 

A.onsite:visited { 
 text-decoration: none;
 color: #330099;
 } 

A.onsite:active { 
 text-decoration: none;
 color: #FF3300;
 }

A.onsite:hover {
 text-decoration: underline;
 color: #FF3300;
 background-color: #FFFFFF;
 } 
  

A.onpage:link { 
 text-decoration: none;
 color: #CC0000;
 } 

A.onpage:visited { 
 text-decoration: none;
 color: #330099;
 } 

A.onpage:active { 
 text-decoration: none;
 color: #FF3300;
 }

A.onpage:hover {
 text-decoration: underline;
 color: #FF3300;
 background-color: #FFFFD8;
 } 
*/

/* figure out this stuff
div.toc a { text-decoration: none; }
div.toc a:hover { background: #fff none; color: #f00; }
*/


.bod { left: 12px; clip:     rect( 12px  ); font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; line-height: normal}
