body
{
background-attachment: fixed;
font-color: red;
} 
img
{
border-color: black;
}
table
{
width: 343px;
height: 388px;
background-color: brown;
border-style: outset;
border-size: .2em;
border-color: black;
}
td
{
text-align: center;
font-size: 12px;
background-color: orange;
border-style:dotted;
border-size: .2em;
border-color: black;
}

td.head
{
text-align: center;
background-color: black;
color: white;
font-size: 12px;
border-style: outset;
border-size: .2em;
border-color: black;
}