/* ccstyle.css - cosmic conservative's style sheet */
body 
  {
   color: black; 
   background-color: rgb(204, 204, 204);
  }  
h1 
  { 
   font-face: san-serif ;
   font-size: 24pt ;
   font-style: bold;
  }
h2 
  {
   font-face: san-serif ;
   font-size: 18pt ;
   font-style: bold;
  }
h3
  {
  }
h4
  {
  }
h5
  {
  }
h6 
  { 
  }
table
  {
   background-color: rgb(204, 204, 255);
  } 
p
 { 
   text-indent: 2em; 
   margin-top: 0; 
   margin-bottom: 0; 
  }
:link  /* for unvisited links */
  { 
   color: rgb(0, 0, 153) 
  }
:visited  /* for visited links */
  {
   color: rgb(153, 0, 153) 
  }
a:active  /* when link is clicked */
  {
   color: rgb(255, 0, 102) 
  }
a:hover  /* when mouse is over link */
  {
   color: rgb(0, 96, 255) 
  }
