@charset "utf-8";
/* CSS Document */

/*** Main menu ***/
.main-menu {
	background: #555555;
	text-transform: uppercase;
	color:white;
    display: table;
    width: 100%;
	padding: 5px;
}

.newno1 {
	color:black;
    font-weight: 600;
    margin-right: 12px;
    font-family: 'Trebuchet MS';
    font-size: 50px;
}