
h4 {color: #0000ff; }
hr {width: 80%}

.menubutton 
{
    background-image: url('./buttons/menubutton.jpg') ;
    background-repeat:no-repeat;
    background-position:50% top;
    display:block;
    font-family:Arial Rounded MT Bold;
    font-size:18px;
    color:White;
    text-decoration:none;
    height:30px;
    padding: 3px 0 0 0;
    
}

.menubutton2
{
    background-image: url('./buttons/menubutton.jpg') ;
    background-repeat:no-repeat;
    background-position:50% top;
    display:block;
    font-family:Arial Rounded MT Bold;
    font-size:12px;
    color:White;
    text-decoration:none;
    height:20px;
    padding: 3px 0 0 0;    
    
}

#dhtmltooltip{
position: absolute;
width: 180px;
border: 2px solid black;
padding: 2px;
background-color: white;
visibility: hidden;
z-index: 100;
font-size:smaller;
}
