/* CSS Document */

.heading {
text-align: center;
background-color: silver;
border-top: thin black solid;
border-bottom: thin black solid;
margin: 20px;
}


table, td {
font-size: small;

}

table {
width: 570px;
}

table#bilingual, table#bilingual td {
border: thin black solid;
}
