/* this is pawsa's CSS, based on  The W3C Core Styles.
 See http://www.w3.org/StyleSheets/Core/preview */

h1, h2, h3, h4, h5, h6, th, dt  { font-family:  Tahoma, Verdana, sans-serif; }



P, DIV, UL, DL, DT, DD, PRE, OL, LI, BLOCKQUOTE, ADDRESS        {
        color: black;
        }
        /* begin affordances */ /* 1 - blue orange */
                
A, ADDRESS, BLOCKQUOTE, BODY, CITE, CODE, DD, DEL, DFN,         
DIV, DL, DT, EM, FORM, H1, H2, H3, H4, H5, H6, IFRAME, IMG, KBD,
LI, OBJECT, OL, P, Q, SAMP, SMALL, SPAN, STRONG, SUB, SUP, UL, VAR,
APPLET, BIG, CENTER, DIR, FONT, MENU, PRE,          
ABBR, ACRONYM, BDO, BUTTON, FIELDSET, INS, LABEL        {       
        word-spacing:   normal;
        letter-spacing: normal;
        text-transform: none;
        /* text-decoration:        none; */
        border-color:   #036;
        border-style:   none;
        }       
     
/* hr was removed */           
BODY    {       
        color:  black;
        background:     white;
        }       
                
EM      {       
        font-style:     normal;
        font-weight:    bold;
        color:  black;
        background:     white;
        }       
                
STRONG  {       
        font-style:     italic;
        background:     white;
        font-weight:    bold;
        color:  black;
        }       
                
EM STRONG, STRONG EM    {       
        text-transform: uppercase;
        font-style:     normal;
        font-weight:    bolder;
        background:     white;
        color:  black;
        }       

B       {
        font-weight:    bold;
        }
        
I       {
        font-style:     italic;
        }
                
.warning        {       
        text-transform: none;
        font-style:     normal;
        font-weight:    bolder;
        background:     yellow;
        color:  black;
        }       
                
DEL     {       
        text-decoration:        line-through;
        background-color:     #F66;
        }       
                
INS     {       
        text-decoration:        none;
        background-color:     yellow;
        }       
                
VAR, CITE, DFN, .note   {       
        font-style:     italic;
        }       
                
ADDRESS {       
        font-style:     normal;
        letter-spacing: .1em;
        background:     white;
        }       
                
ACRONYM {       
        font-variant:   small-caps;
        letter-spacing: 0.1em;
        }       
                
H1, H2, H3, H4, H5, H6, DT, TH, THEAD, TFOOT    {       
        color:  #036;
        background:     white;
        }       
                
HR      {       
        color:  #036;
	background-color: white
        }       
                
#colophon       {       
        display:        none;
        }       
                
COL, COLGROUP, TABLE, TBODY, TD, TR     {       
        color:  black;
        text-decoration:        none;
        border-color:   black;
        border-style:   none;
        background:     white;
        }       

                
A:link  {       
        /*text-decoration:        none; */
        font-weight:    bold;
        color:  #F30;
        /* background:     white; */
        }       
                
A:visited       {       
        /*text-decoration:        none; */
        font-weight:    bold;
        color:  #996;
        /* background:     white; */
        }       
                
A:active        {       
        text-decoration:        none;
        font-weight:    bold;
        color:  #F30;
        background:     #FF0;
        }       
                
A:hover {       
        /*text-decoration:        none; */
        color:  #F30;
        /* background:     white; */
        }       
                
A.offsite       {       
        /*text-decoration:        none;*/
        font-weight:    normal;
        color:  #C30;
        background:     white;
        }       

        /* begin body box */    /* 1 - 'em-based symmetric a' */

BODY    {
        margin-top:     1em;
        margin-left:    1em;
        margin-right:   1ex;
        margin-bottom:  1em;
        padding-top:    0;
        padding-left:   0;
        padding-right:  0;
        padding-bottom: 0;
        border-top:     0;
        border-left:    0;
        border-bottom:  0;
        border-right:   0;
        width:  auto;
        }
        /* end body box */

/* customizations */

p.path { background-color: white; color: black;
         padding: 2pt }

th {
        border-color:   black;
	border-width: thin;
        border-style: solid;
}

