
body { background-color: #111;
       font-family:  "Times New Roman", Georgia, serif;
       color: #eee;
	   }

hr  { background-color: #111;
     color: #f06;
     }

h1  {  color: #eee;  
	  }
  
h2  { color: #fff;
     font-style: normal;
     border-style: none;
     }
  
h3.center  { color: #fff;
             border-style: none;
             border-bottom-color: #f00;
             border-bottom-width: 4px;
	         }
     
.center  { text-align: center }
  
h4  { text-align: left;
     font-size: 1.3em;
     }

.red {color: #f33;
      background-color: transparent;
     }

     
p   { color: #eee;
	  font-size: 12pt;
     }

p.left   { background-color: #888;
     color: #099;
	  text-align: left;
	  font-size: 12pt;
     }
     
img.slideshow  { border-color: #fff;
                 border-width: 2px;
                 border-style: solid;
               } 

a:link { color: #9c0000;
     background-color: transparent;
     text-decoration: none;
     }
     
a:visited {color: #888;
     background-color: transparent;
     text-decoration: none;
     }
     
a:hover {color: #ccc;
     background-color: transparent;
     text-decoration: none;
     }
