﻿@import "main";

.menuTitle {
    font-size: @fontSize;
    font-style:oblique;
    font-weight: bold;
}

.menuElement {
    font-size: @fontSize;
}

.active {
    font-weight: bold;
}