body 
{
    font-family:Arial;
    font-size:11pt;
    
}

td 
{
    font-family:Arial;
    font-size:11pt;
}

th 
{
    font-family:Tahoma;
    font-size:11pt;
    text-align:left
    
}


h1 
{
    font-size:11pt;
    font-weight:bold;
}


#menu {
    width: 100%;
    float: left;
    font-size:10pt;
    font-family:Arial;
    font-weight:bold;
    
}

#menu ul { /* remove bullets and list indents */
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu li 
{
    display: inline;
}


/* style, color and size links and headings to suit */
#menu a
{
    list-style: none;
    margin: 0;
    padding: 2px 12px;
    text-decoration: none;
    color:#E8EDF1;
}


#menu a:hover 
{
    color: #ffffff;
    text-decoration: none;
}
