body 
{
    background-color: #e5e5e5;
    font-size: 0.8em;
    font-family: bitstream vera sans,sans-serif;
}

table.logo
{
    width: 100%;
    background-color: #dcd9ce;
}

table.titlebar
{
    width: 100%;
    background-color: #848494;
    border-top:1px solid black; 
    border-bottom: 1px solid black;
    border-collapse:collapse;
}

table.data
{
    font-size: 0.8em;
    width: 100%; 
    height: 70%; 
}

table.content
{
   font-size: 1.3em;
}

tr.font
{
   height     : 15px ;
}

a.menustyle:link,a.menustyle:active,a.menustyle:visited 
{ 
    font-size: 0.8em;
    text-decoration: none;
    color : #ffffff; 
    font-family: bitstream vera sans,sans-serif;
}

a.menustyle:hover     
{ 
    color : #000000;
}

a.linkstyle
{
   text-decoration: none;
   color: blue;
}  

a.linkstyle:hover     
{ 
    color : #000000;
}

div
{
    border: solid black 1px; 
    border-collapse: collapse; 
    background-color: #ffffff
}
