/* page is named     ccs_ForPage_White_NoTable and leaves bacground white or theme background color.
You can put on a yellow table for the text       */ 

body {font-family: Arial, Helvetica, "Sans serif";
          font-size:12pt; 
              

a:hover {background-color: #FFFF66;
              }            
                      
h1, h2, h3, h4, h5, h6, p {margin-left: 15; margin-right: 15;
}
h1        {font-family: Times New Roman, "Serif";
	font-size:14pt;
            }          
h2        {font-family: Times New Roman, "Serif";
	font-size:12pt;
            }
h3        {font-family: Arial, "Sans serif";
	font-size:10pt;
            }
h4, h5, h6 {font-family: Arial, Helvetica, "Sans serif";
             }  
             

p            {margin-left: 15; margin-right: 15; 
            }
          
            
                              
.tablemain {width: 600px;
background-color: #FFFFCC;
color: #000000;
padding:20px;
margin: 0px;
border-collapse: collapse;
border-color:#111111;
}

                            
             
.tm      {width: 600px;
background-color: #FFFFCC;
color: #000000;
padding:20px;
margin: 0px;
border-collapse: collapse;
border-color:#111111;
}


             
 /* code is table class="tm" */  
 
/* code is            

<center>

<table class="tm"><tr><td>     

</td></tr></table>


</center>

    */
