@charset "UTF-8";

.menuwidth {
	width:300px;
}

.red {
	background-color:#da302a;
}
.orange {
	background-color:#fb8306;
}
.green {
	background-color:#6eb32a;
}
.yellow {
	background-color:#f6c423;
}
.blue {
	background-color:#128ed3;
}

