/* basic.css */

BODY {
       margin: 1em, 2em, 0em, 2em;
      nt-size: medium;
   background: #cc9999;
        color: #800000;  /* maroon */
}

/*
H1, H2, H3, H4, H5, H6, P, UL, OL, DIR, MENU, DIV,
DT, DD, ADDRESS, BLOCKQUOTE, PRE, BR, HR { display: block }

B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP,
IMG, SPAN { display: inline }

LI   { display: list-item }
*/

A:link, A:visited, A:active { text-decoration: none }
A:hover {text-decoration: underline }

/* P { text-indent: 1em; } */

P, DIV        { line-height: 1.2 }
UL, OL, DL    { line-height: 1.2 }
LI            { line-height: 1.5 }
DT, DD        { line-height: 1.2 }

UL.menu    A:hover { text-decoration: none;
                     color: #add8e6 }  /* lightblue */

LI.update  A:hover { color: #ffd700 }  /* gold */

LI.duble      { line-height: 2em  }

LI.std        { line-height: 1.2em  }

LI.pre        {     line-height:  1em;
                    font-family:  "‚l‚r ƒSƒVƒbƒN";
                list-style-type:  square;                }

SPAN.pop   A       { visibility: hidden }
SPAN.pop   A:hover { visibility: visible  color: #ffd700 }  /* gold */

    .zero      { line-height: 0             }
    .left      { text-align:  left          }
    .right     { text-align:  right         }
    .center    { text-align:  center        }
    .normal    { font-style:  normal        }
    .italic    { font-style:  italic        }
    .oblique   { font-style:  oblique       }
    .underline { text-decoration: underline }
    .chocolate { color: #d2691E }
    .clear     { clear: both    }
    .bottom    { vertical-align: bottom     }
    .middle    { vertical-align: middle     }

    .disc        { list-style-type: disc        }
    .circle      { list-style-type: circle      }
    .square      { list-style-type: square      }
    .decimal     { list-style-type: decimal     }
    .lower-alpha { list-style-type: lower-alpha }
    .lower-roman { list-style-type: lower-roman }
    .upper-roman { list-style-type: upper-roman }

A:link         { color: #800000 }  /* maroon       */
A:visited      { color: #b22222 }  /* firebrick    */
A:active       { color: #ffff00 }  /* yellow       */
A:link    IMG  { border: 2px solid #800000 }
A:visited IMG  { border: 2px solid #b22222 }
A:active  IMG  { border: 2px solid #ffff00 }

A:link    IMG.nob  { border: 0px }
A:visited IMG.nob  { border: 0px }
A:active  IMG.nob  { border: 0px }

H1 {
    font-size:   x-large;
/*  text-align:  center; */
    font-weight: bold;
    margin-top:  2em
}

H2 {
    font-size:    medium;
    padding:      0.5em;
    border-width: 0em 0em 0em 1em;
    border-style: solid;
}

H3 {
    font-size:    medium;
    padding:      0.5em;
    border-width: 0em 0em 0.1em 1em;
    border-style: solid;
}

H4 {
    font-size:    medium;
    padding:      0.5em;
    border-width: 0.1em 0em 0em 1em;
    border-style: solid;
}

H5 {
    font-size:    x-large;
    padding:      0.5em;
    border-width: 0.1em 1em 0.1em 1em;
    border-style: solid;
}

H6 {
    font-size:    small;
    font-style:   bold;
    margin-left:  2em;
}

BLOCKQUOTE { margin-left: 1em;  margin-right: 1em }

STRONG { background: #ffc0cb; font-weight: bold; }  /* Pink */

IMG.left { float:        left;
           clear:        left;
           border-style: double;
           margin: 5px 10px
         }

IMG.right { float:       right;
           clear:        right;
           border-style: double;
           margin: 5px 10px
         }


IMG.mid   {border-style: double;
           margin: 5px 5px
         }


/*
IMG.bottom   {float:        left;
              clear:        left;
             margin: 5px 10px
             }
*/


IMG.left2 { float:        left;
            clear:        left;
            border-style: double;
            margin: 5px 30px 5px 5px
          }

/*
IMG.right2 { float:        right;
            clear:         right;
            border-style: double;
            margin: 5px 30px 5px 5px
          }
*/

