/*
   Author:  Dan Cooley   
   Copywrite: 2008 Cool PC Services, L.L.C.
   Date:    01/01/2008  
   Filename:         cpcs.css
*/

body    
    {
      color:#00008b;
      background: #ffffff;
      font-family: tahoma, ariel, helvetica, sans-serif;
      font-size: 10pt;
    } 
    
table
    {
      border-color:#FFFFFF;
      border-collapse: collapse;
      font-family: tahoma, ariel, helvetica, sans-serif;
    }
td
    {
      font-family: tahoma, ariel, helvetica, sans-serif;
      font-size: 10pt;
      border-color:#FFFFFF;
    }
        
a:hover
    {
        color:#000000;
        text-decoration: overline;        
    }
a:visited
    {
        color:#000000;     
    } 
a:link
    {
        color:#000000;     
    } 
             
#tips a:visited
    {
      color:#00ffcc;
    }
#tips a:link
    {
      color:#00ffcc;
    }  

#secret a:link
    {
      color:#000066;
    } 
#secret a:visited
    {
      color:#000066;
    }      
#secret a:hover
    {
      color:#ffffff;
    }
         
h1, h2, h3, h4, h5, h6
    {
      font-family: tahoma, arial, helvetica, sans-serif;
      text-align:center;
    }  
ul
{
    color:#000000;
    font-size: .9em;
}      
  
  
