@font-face {
    font-family: Lato;
    src: url(fonts/Lato-Regular.ttf);
}

body {
    font-family: "Lato", sans-serif;
    font-size: 130%;
}

a {
    text-decoration: none;
    color: #b35687;
}

a:visited {
    color: #b35687;
}

a:hover {
    color: #fc922f;
}

a:active {
    color: #eb664e;
}

.text {
    font-size: 110%;
}

table, th, td {
    border: 1px black;
}

.resize {
    height: 30px;
    width: auto;
}