
BODY { 
  		background: url(cbp3.jpg);
        background-repeat: no-repeat;
  		background-attachment: fixed;
		background-color: #D8BB9B;
	}

       

P { 
     color: #000000; 
  }
.sidebar 
  { 
     color: #000000; 
  }
P.sidebar A:link 
  {  
   font-weight: bold;
   color: #000000;
  }
A:link 
{ 
        color: #0000FF; 
}       /* unvisited link */
A:visited 
{ 
    color: #008080; 

}   /* visited links */
a:hover
	{
		color:purple;
	}
 
table {

		color: #000000; 


	}