/* dark-slide.css - Aug 23 2004 */

body {
  color: white;
  background: #333344; /* dark bg;*/
  font-family: helvetica, arial, sans-serif; 
}


a {color: white;}
a:link    {color:white;}
a:visited {color:lightgrey;}
a:active  {text-decoration:none;  color:yellow;}
a:hover   {text-decoration:none;  background:#ee5e19;} /*orange*/

td.navigbar {background: #555555;}
td.navigbar a {color: white; text-decoration:none;}
td.stitle {background: #555555;}
td.stitle a {color: white; text-decoration:none;}


em {
 font-style: normal;
 color:  #fe5e00;  /* orange */
}


pre {
 padding-left:   80px;
 margin-left:     0px;
 padding-top:    10px;  /* ex: 20 */
 margin-top:      0px;
 padding-bottom: 10px;
 margin-bottom:   0px;
 font-size:      12pt;
 font-family: courier, fixed; 
 color: lightgrey;
}


h1 {
 padding-left:   25px;
 margin-left:     0px;
 padding-top:    15px;
 margin-top:      0px;
 padding-bottom: 20px;
 margin-bottom:  10px;
 font-size:      24pt;
 font-weight:    bold;;
 font-family: helvetica, arial, sans-serif; 
 border-bottom-style: solid; /* solid,double,etc. */
 page-break-before: always;
 color:  #fe5e00;  /* orange */
}


h2 {
 padding-left:   25px;
 margin-left:     0px;
 padding-top:    15px;  /* ex 20 */
 margin-top:      0px;
 padding-bottom:  8px;
 margin-bottom:   0px;
 font-size:      20pt;
 font-weight:    normal;
 font-family: helvetica, arial, sans-serif; 
 color: #eeee88;
}


h3 {
 padding-left:   60px;
 margin-left:     0px;
 padding-top:     8px;
 margin-top:      0px;
 padding-bottom:  6px;  /* ex 8 */
 margin-bottom:   0px;
 font-size:      14pt;
 font-weight:    normal;
 font-family: helvetica, arial, sans-serif; 
 display: list-item;
 list-style-type: square;
 list-style-position: inside;
}


h4 {
 padding-left:  95px;
 margin-left:    0px;
 padding-top:    8px;
 margin-top:     0px;
 padding-bottom: 4px;  /* ex 8 */
 margin-bottom:  0px;
 font-family: helvetica, arial, sans-serif; 
 font-weight: normal;
 font-size: 14pt;
 display: list-item;
 list-style-type: circle;
 list-style-position: inside;
 color: lightgrey;
}


h5 {
 padding-left: 130px;
 margin-left:    0px;
 margin-top:     0px;
 padding-top:    0px;
 margin-bottom:  0px;
 padding-bottom: 0px;
 font-family: helvetica, arial, sans-serif; 
 font-weight: normal;
 font-size: 12pt;
 display: list-item;
 list-style-type: circle;
 list-style-position: inside
}


h6 {
 padding-left: 160px;
 margin-left:    0px;
 margin-top:     0px;
 padding-top:    0px;
 margin-bottom:  0px;
 padding-bottom: 0px;
 display: list-item;
 font-family: helvetica, arial, sans-serif; 
 font-weight: normal;
 font-size: 12pt;
}



