 @font-face {
    font-family: CenturyGothic;
    src: url(CenturyGothic.ttf);
}
body{
    font-family: CenturyGothic;
    font-size: 14px;
    background-color: #F6F7FF;
}
.logo{
    width: 10%;
}
a, a:visited, a:hover, a:active {
  color: #035100;
}
#tab{
    width: 100%;
    border: none;
}
#tab td{
    border: none;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-radius: 5px;
    text-align: left;
    padding: 3px;
}
.inp{
    border: 1px solid #555;
    border-radius: 5px;
    text-align: left;
    padding: 5px;
    background-color: #fff;
}
.formal{
    text-decoration: none;
    border: none;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-radius: 5px;
    text-align: left;
    padding: 3px;
    padding-left: 7px;
    padding-right: 7px;
}