@charset "UTF-8";
.menubar {
    font-family: Fantasy, "Trattatello", Times New Roman, Baskerville, serif;
    font-size: 20px;
    font-style: mormal;
	font-weight: 900;
	color: antiquewhite;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    border-style: none;
    position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 250px;
	border: 0px; 	}
