/* CSS Document */
body {
background-color:#DDDDDD;
background-image:url('../Images/linebg.png');
color:#000000;
font-family:Arial, Helvetica, sans-serif;
}

table {
width:1000px;
border:medium solid #000000;
empty-cells:show;
}
table.about { 
width:1000px;
}
td.dictionary {
border:medium inset;
padding: 5px;
empty-cells:show;
width:16.66666666%;
}
td.phrase {
border:medium inset;
padding: 5px;
empty-cells:show;
width:25%;
}
tr.dictionary {
empty-cells:show;
}
td.title {
background-color:#666666;
font-weight:bold;
font-size:18px;
border:medium inset;
padding: 5px;
empty-cells:show;
}