body
{
background:#3C3C5A url('bg3.jpg') repeat-x;
}
table
{
border-collapse:collapse;
}
td
{
font-family:Calibri, Arial;
font-size:15px;
color:black;
}
td.content
{
border: 1px solid navy;
padding:5px;
background-color:white;
text-align:left;
}
td.inner
{
border: 1px solid white;
padding: 5px;
background-color:#E1E1EB;
text-align:left;
}
td.innerhead
{
border: 1px solid white;
padding: 5px;
background-color:#32324A;
text-align:left;
color:white;
font-weight:bold;
}
th
{
height:15px;
font-family:Calibri, Arial;
font-size:15px;
font-weight:bold;
background:url('thbg.jpg');
background-color:#666699;
color:white;
text-align:left;
border:1px solid navy;
padding:5px;
}
h3
{font-family: Calibri, Arial;
color:#000000;
}
a
{
text-decoration:none;
font-weight:bold;
color:#000066;
}
a:hover
{
text-decoration:underline;
}