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

@font-face {
    font-family: RobotoBold;
    src: url(Roboto-Bold.ttf);
}

@font-face {
    font-family: RobotoThin;
    src: url(Roboto-Thin.ttf);
}

html {
    font-family: Roboto;
    font-size: 9px;
    letter-spacing: 1px;
    /*letter-spacing: 1.1px;*/
}

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

a:hover {
    color: #F9F458;
}

strong {
    font-family: RobotoBold;
    /*font-weight: bold;*/
}

.grey {
    background-color: #f8f8f8;
}

.error {
    color: red;
}