/* web design & development, parsonsnet.com/batcg.com james parsons, tripoli, ia */


body  { 
 background-color: black; 
 background-image: url(/Images/bkgrnd_gr2.gif);
 color: black 
 font-family: Verdana, Geneva, sans-serif;
 margin: 0 0 auto 0; 
 }
 
a:link  {  
  border-bottom: 1px dotted #c60;
  text-decoration: none; 
  color: #c60;
  background-color:  transparent;
  }  
    
a:visited  {  
  border-bottom: 1px dotted #f90;
  text-decoration: none;
  color: #f90;
  background-color:  transparent;
  }  
    
a:hover  {  
  border-bottom: 0;
  text-decoration: none;
  color:  #fff;
  background-color:  #f90;
  }  

a:active  {  
  border-bottom: 0;
  text-decoration: none;
  color: #f00;
  background-color:  transparent;
  }  
    

/* Redundant operators for Netscape 4.x */
p, ul, ol, dl, dd, li, dir, menu  { 
  font-family: Verdana, Geneva, sans-serif;
  font-size: 80%;
  line-height: 1.5em;
  }

#date {
  float: right;
  font-size: 70%;
  color: #9cc;
  background-color: transparent;
  }

#leftcolumn {
  font-size: 70%;
  color: #ccc;
  background-color: transparent;
  }

#leftcolumn a  {  
  text-decoration: none; 
  color: #fff;
  background-color:  transparent;
  }  

#leftcolumn a:visited  {  
  text-decoration: none; 
  color: #ffc;
  background-color:  transparent;
  }  

#leftcolumn a:active  {  
  text-decoration: none; 
  color: #000;
  background-color:  transparent;
  }  

#leftcolumn a:hover  {  
  text-decoration: none; 
  color: #fff;
  background-color:  #000;
  }  

.footer a  {  
  text-decoration: none; 
  color: #cfc;
  background-color:  transparent;
  }  

.footer a:visited  {  
  text-decoration: none; 
  color: #9f9;
  background-color:  transparent;
  }  

.footer a:active  {  
  text-decoration: underline; 
  color: #999;
  background-color:  transparent;
  }  

.footer a:hover  {  
  text-decoration: none; 
  color: #000;
  background-color:  #fff;
  }  


table, tbody, tr, td { 
  font-family: Verdana, Geneva, sans-serif;
  }


pre  {
  font-family: 'monotype.com', courier new, monospace;
  font-size: 90%;
  line-height: 1.0em;
  }  
  
.title {
  font-family: 'monotype.com', courier new, monospace;
  color: #ccc;
  background-color: transparent;
  font-size: 90%;
  line-height: 1.0em;
  padding-left: 12px;
  }

.summary {
  margin: 0 0 0 12px;
  }

h1, h2, h3, h4, h5, h6 { 
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
  font-weight: normal; 
  line-height: 1.0em; 
  }
