.MenuTable {
	width: 100%;
	border-style: double;
	border-size: 1px;
}

.MenuTable p
{
	width: 90px;
	border-radius: 25px;
	text-align: center;
	background-color: #F20403
}

.navbar {
    overflow: hidden;
    background-color: #333;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
}

.navbar a {
    float: left;
    display: inline;
    padding-right: 30px;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.navbar a:hover {
    background: #ddd;
    color: black;
}

.main {
    margin-top: 30px;
}

mark.red {
    color:#F20403;
    background: none;
}

p.intro {
	font-size: 10px;
}
