﻿body 
{
color: white;   
 font-family: Arial;
 font-size:11px;
   
}
.topbar
{
    width:100%;
    height:20px;
    color:White;
    background-image:url(pics/top-bar.png);
    font-size:16px;
    padding-top:5px;
    padding-left:15px;
    font-weight:bold;
    
}
.menubottom
{    
    color:White;
    text-decoration:none;
}
.menubottom:Visited
{
    color:White;
    text-decoration:none;
}
.menubottom:Hover
{
    text-decoration:underline;
}

