.body_white{
    margin: 10px;
    background-color: #FFFFFF;
    color: black;
    font-size: 14px;
    font-family: Arial;
}
.body_red_old{
    margin: 10px;
    background-color: #D13727;
    color: white;
    font-size: 12px;
    font-family: Verdana;
    text-decoration: none;
}
.body_red{
    margin: 10px;
    background-color: #363E42;
    color: white;
    font-size: 12px;
    font-family: Verdana;
    text-decoration: none;
}
.body_footer{
    margin: 5px;
    background-color: #363E42;
    color: white;
    font-size: 12px;
    font-family: Verdana;
    text-decoration: none;
}
.logo{
    color: white;
    font-size: 24px;
    font-family: Verdana;
    font-weight: 100;
    text-decoration: none;
}
.link_activ{
    color: white;
    font-size: 13px;
    font-family: Verdana;
    text-decoration: none;
}
.link_passiv{
    color: #5C6265;
    font-size: 13px;
    font-family: Verdana;
    text-decoration: none;
}
.border_small{
    border-color: #363E42;
    border-width: 2px;
    border-style: solid;
    font-size: 12px;
    font-family: Verdana;
    font-weight: 700;
    padding-left: 10px;
}
.button_old{
    border-color: #363E42;
    border-width: 2px;
    border-style: solid;
    background-color: #363E42;
    color: white;
    font-size: 14px;
    font-family: Verdana;
    font-weight: 100;
}
.button{
    font-size: 14px;
    font-family: Verdana;
    font-weight: 100;
}
.button2{
    border-color: #363E42;
    border-width: 2px;
    border-style: solid;
    background-color: #363E42;
    color: white;
    font-size: 14px;
    font-family: Verdana;
}
.inputs{
    background-color: white;
    font-size: 14px;
    font-family: Verdana;
    width: 200px;
}
.inputs2{
    background-color: white;
    font-size: 14px;
    font-family: Verdana;
    width: 300px;
}
th {
    background-color: white;
    font-size: 14px;
    font-family: Verdana;
    font-weight: 100;
    color: black;
    padding-right: 5px;
    padding-left: 5px;
}
.basket{
   background-color: white;
   font-size: 14px;
   font-family: Verdana;
   color: black;
   padding: 5px;
}
h1{
    font-size: 18px;
}
