#navitext a{ 
        position:relative;
        font-size:15px;
        font-weight:bold;
        font-style:italic;
        text-decoration:none;
        color:rgb(253,237,22);
        top:80px;
        margin-right:20px;
        margin-top:2px;
        margin-bottom:2px;
}

#navitext a:hover,a.active{
        border-color:rgb(238,50,55);
        border-width:2px;
        border-top-style:solid;
}

