@import "stylebasic.css";

table 
{
background-image: url(../../images/back.jpg);
background-repeat: repeat;
border-style: solid;
border-color: white;
border-width: thin;
border-collapse: collapse;
width: 90%;
margin-left: 5%;
margin-right: 5%;
}
table.col
{width: 60%;
}

td
{
font-size: .7em;
border-style: solid;
border-color: white;
border-width: thin;
width: 50%;
padding: 2%;
}



th
{
font-size: 1em;
font-weight: bold;
text-align: center;
color: #000099;
background-color: #0099cc;
}

img.col
{
vertical-align: middle;
}