<style type="text/css" media="print">
.noprint{
        display:none;
}
</style>

<style>

@font-face
{
    font-family: myTamilFont;
    src: url(Bamini.ttf);
}

i
{
    font-family: myTamilFont;
	font-size: 12px;
	
}
#customers {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#customers td, #customers th {
    border: 1px solid #ddd;
    padding: 10px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #8C8CF4;
    color: white;
}
#customers tr {
    
    text-align: left;
   
}
</style>