<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#menu{
    width: 100%;
    padding: 22px 0px;
    margin: 0px;
}
#menu&gt;li{
    width: 138px;
    display: inline-block;
    text-align: center;
}
#menu&gt;li&gt;a{
    color: white;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    display: block;
    text-align: center;
    color: #464647;
}
#menu&gt;li&gt;a:focus ,
#menu&gt;li&gt;a:active {
	text-decoration: none;
}
#menu&gt;li:hover&gt;a{text-decoration: none;color: gray;}</pre></body></html>