   /* This is a CSS comment */

<!-- Colors include: aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, 
purple, red, silver, teal, white, and yellow -->
<!-- Margins, Borders, Colors, Padding, can be used anywhere. -->

body { color: #000000;  
       margin-left: 0.5em; margin-right: 0%;
       margin-top: 0.5em; margin-bottom: 0%;
       font-family: Book Antiqua, Arial, Sans-serif;
     }

body { background: #FFFFC0; 
       background-attachment: fixed;
       background-repeat: repeat; 
    }

a:link { color: #FF0000 }  /* for unvisited links */
a:visited { color: #B72DFF } /* for visited links */
a:active { color: #837D7D } /* when link is clicked */
a:hover { color: #008000 } /* when mouse is over link */

.center {text-align: center}

H6 { font-size: large;
     letter-spacing: +3px;
     font-family: Creepy, Verdana;
   }

H5 { font-size: 100%;
     background-color: #000000;
     margin-top: 0; 
     margin-bottom: 0; 
   } 

H4 { margin-left: +10%;   
     font-size: 150%;
     background-color: transparent;
     color: lime;
   }

H3 { font-size: 100%;
     background-color: transparent;
   }

H2.subsection { margin-top: 1em; 
                margin-bottom: 3em;
                font-family: Verdana, Creepy;
              }

H1 { font-size: 200%;  /* 200% xx-small, x-small, small, medium, large, x-large, xx-large, smaller, larger, % */
     letter-spacing: +3px;
     font-variant: small-caps;
	color: blue;
     /* text-decoration: overline
        text-decoration: line-through
        text-decoration: underline
        text-decoration: none */
   }

PRE { font-family: monospace; }

B,UL { font-family: Arial; }

UL.boxed {
    margin-top: 0em; 
    margin-bottom: 0em; 
  }

P { text-indent: 4em; 
    margin-top: 0; 
    margin-bottom: 0em; 
  }
     
P.changed { padding-left: 0.2em;
            border-left: solid;
            border-right: none;
            border-top: none;
            border-bottom: none;
            border-left-width: thin;
            border-color: red;
          }

P.noindent { text-indent: 4em; 
    margin-top: 0; 
    margin-bottom: 0em; 
  }

P.right { text-align: right;
          color: #FF0000;
        }
P.center {text-align: center;}

P.stb { text-indent: 0; margin-top: 0.83em; word-spacing: 30px; }
P.mtb { text-indent: 0; margin-top: 2.17em; word-spacing: -0.5em;}
P.ltb { text-indent: 0; margin-top: 3.08em; }

P.caption { font-style: italic;
            font-size: smaller;
            text-indent: 0;
            text-align: center;
          }

EM { font-style: italic; font-weight: normal; color: yellow;} 
STRONG { text-transform: uppercase;  
         font-weight: bold; 
         color: #FF8408; }
STRONG.urlink { text-transform: none;  
         font-weight: normal; 
         color: #008400; }
STRONG.sm { text-transform: none;  
            font-weight: normal;
	    font-size: smaller;
	    color: black; }
U.faux { color: #008400; }

DIV.box { border: solid; 
          border-width: thin; 
          border-color: #FF8408;
          background: white;
          padding: 0.5em; 
          width: 100% }

DIV.1box { border: solid; 
          border-width: 0em; 
          border-color: #FF8408;
          background: transparent url("box1.gif");
          padding: 0.5em; 
          width: 90% }


DIV.2box { border: solid; 
          border-width: 0em; 
          border-color: #FF8408;
          background: transparent url("box2.gif");
          padding: 0.5em; 
          width: 90% }

DIV.3box { border: solid; 
          border-width: 0em; 
          border-color: #FF8408;
          background: transparent url("box3.gif");
          padding: 0.5em; 
          width: 90% }

DIV.4box { border: solid; 
          border-width: 0em; 
          border-color: #FF8408;
          background: transparent url("box4.gif");
          padding: 0.5em; 
          width: 90% }

DIV.5box { border: solid; 
          border-width: 0em; 
          border-color: #FF8408;
          background: transparent url("box5.gif");
          padding: 0.5em; 
          width: 90% }

DIV.6box { border: solid; 
          border-width: 0em; 
          border-color: #FF8408;
          background: transparent url("box6.gif");
          padding: 0.5em; 
          width: 90% }

DIV.figure { float: right;
             width: 30%;
             min-width: 136px;
             border: thin silver solid;
             margin: 0.5em;
             padding: 0.5em;
             text-indent: 0;
           }

DIV.figure2 { float: left;
             width: 50%;
             border: thin silver solid;
             margin: 0.5em;
             padding: 0.5em;
             text-align: center
           }

IMG.scaled { width: 100%; }
IMG.top {vertical-align:text-top}
IMG.bottom {vertical-align:text-bottom}

A.plain { text-decoration: none;
	 margin-bottom: 0em; }

#dek {POSITION:absolute;VISIBILITY:hidden;Z-INDEX:200;}

