.uploadcontainer {
    padding: 5px;
    width: 400px;
    margin-bottom: 10px;
    border-width: 1px;
    border-style: dashed;
    border-radius: 3px;
    border-color: rgba(0, 0, 0, 0.1);
}

table {
    font-family: verdana;
    font-size: 12px;
}

input {
    font-family: verdana;
    font-size: 12px;
}

a:link {
    font-family: verdana;
    font-size: 12px;
    text-decoration: none;
    color: blue;
}

a:visited {
    font-family: verdana;
    font-size: 12px;
    text-decoration: none;
    color: blue;
}

a:hover {
    font-family: verdana;
    font-size: 12px;
    text-decoration: none;
    color: red;
}

a:active {
    font-family: verdana;
    font-size: 12px;
    text-decoration: none;
    color: red;
}