body
{
color: #333;
background-color: #ffffff;
}

table.sample {
        color: grey;
        font-family: Arial, Helvetica;
        font-size: 13px;
        width: 350px;
        height: 130px;
        border-width: 1px 1px 1px 1px;
        border-spacing: 4px;
        border-style: solid solid solid solid;
        border-color: gray gray gray gray;
        border-collapse: separate;
        background-color: white;
}
table.sample th {
        border-width: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        border-style: inset inset inset inset;
        border-color: gray gray gray gray;
        background-color: white;
        -moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
        border-width: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        border-style: inset inset inset inset;
        border-color: gray gray gray gray;
        background-color: white;
        -moz-border-radius: 0px 0px 0px 0px;
}





table.sample_fax {
        color: grey;
        font-family: Arial, Helvetica;
        font-size: 13px;
        width: 350px;
        height: 65px;
        border-width: 1px 1px 1px 1px;
        border-spacing: 4px;
        border-style: solid solid solid solid;
        border-color: gray gray gray gray;
        border-collapse: separate;
        background-color: white;
}
table.sample_fax th {
        border-width: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        border-style: inset inset inset inset;
        border-color: gray gray gray gray;
        background-color: white;
        -moz-border-radius: 0px 0px 0px 0px;
}
table.sample_fax td {
        border-width: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        border-style: inset inset inset inset;
        border-color: gray gray gray gray;
        background-color: white;
        -moz-border-radius: 0px 0px 0px 0px;
}
