body
{
background: white;
font-size: 12px;
}
a{
color: #000;
   background: transparent;
   font-weight: normal;
   text-decoration: underline;
}
h1{
color:#000;

}
h5{
font-size:12px;
color:#000;
text-align:center;
font-weight:bold;
padding:5px 0 5px 0;
margin:0px;
}
h6{
font-size:12px;
color:#000;
text-align:left;
font-weight:bold;
margin:0px;
}
#main_container,#main_content,#centre_content{
width: width:100%; 
margin: 0; 
float: center;
}

#footer{
width:auto;
height:25px;
clear:both;
text-align:center;
font-size:9px;
color:#000;
background-repeat:no-repeat;

}
.button
{
width:100px;
height:22px;
color:#FFFFFF;
}
table.sample {
width:inherit;
border-collapse: collapse;
border-style: solid;
}
table.sample td {
border-style: solid;
background-color: #000;
}