#whole_page, #main, body 
{
 	border-width:	thin;
   	border-style:	solid; 
  	border-color: 	#f05050;
	border:none;
	
	font-size: 93%;
	text-align:justify;
}

#google_ads, #header_link_ads, #footer, #header, #buttons, #second_buttons, #affiliates
{
  display: none;
}

#whole_page
{
	float:left;	
}

#main
{
	float:left;
 	width: 600px;
}

body 
{
	width:600;
	
	font-family: Geneva, Arial, Helvetica, sans-serif;
  	color:			#000000;
	background-color:#FFFFFF;	
}

P
{
	text-align: 	justify;	
}

h1,h2,h3, h5
{
  	text-decoration:none
}

h1 {font-size: 150%;}
h2 {font-size: 120%;}
h3 {font-size: 110%; color: black; font-style: italic;}

h5 {font-size: 80%; color: gray; }

#table_centre
{
 	width: 310px;
	margin-left: 	auto;
   	margin-right: 	auto;    
	background-color: inherit;		
}

table
{
	font-size: 90%;
	border:none;
	border-color:#f0f0f0;
}

.B1, .B2, .B3 {font-weight:bold; color: red;}
.B2 {color: green;}
.B3 {color: aqua;}

