a:link {
        color: rgb(255,220,6);
        background-color: transparent;
        text-decoration: none;
}

a:visited {
        color: rgb(255,220,6);
        background-color: transparent;
        text-decoration: none;
}

a:hover {
        color: red;
        background-color: none;
        text-decoration: none;
}

a:active {
        color: red;
        text-decoration: none;
}

.content {
	color: black;
}

.footer {
	width: 165px;
}

.footer_text {
	margin-top: 48px;
	color: black;
}

.menubar {
	border-right: 1px solid white;
        border-bottom: 1px solid white;
        border-left: 1px solid white;
	background-color: rgb(189,33,33);
}

.multiple_vehicle {
	color: black;
}

.window {
	background-color: rgb(140,140,140);
	border: 1px solid black;
}

