@charset "utf-8";
*{
    padding: 0px;
    margin: 0px;
    font-family: f1, sans-serif, Verdana, Tahoma ;
 }
 @font-face{
    font-family: "f1";
    src: url("../f/Z.ttf")
}
p{
    color: rgb(56, 82, 112);
    font-style: normal;
    font-size: 12pt;
}
a{
    color: rgb(56, 82, 112);
    font-style: normal;
    font-size: 12pt;
}
a:hover{
    text-shadow:  rgb(187, 184, 184) 1px 1px 3px ;
    cursor: pointer;
}
button{
    color: rgb(255, 255, 255);
    background: rgb(56, 82, 112);
    text-align: center;
    text-decoration: none;
    outline: 0px;
    border-radius: 10px;
    border-style: none;
}
button:disabled{
    cursor: default;
    background-color: rgb(100, 100, 100);
   }
button.aea6{
    color: rgb(56, 82, 112);
    background: rgba(255, 255, 255,0.8);
    border-radius: 5px;
}
button:hover{
    cursor: pointer;
}
