﻿body {
    font-family: Arial;
    font-size: 10pt
}
.panel {
    background-color: aliceblue;
    border-radius: 5pt;
    padding: 10px
}
.bold {
    font-weight: bold
}
.red {
    color:red
}
.blue {
    color:blue
}
.menu:hover {
    background-color:aliceblue;
    cursor:pointer
}