@font-face
{
    font-family:'cursive';
    src:url('brushscriptmt.ttf') format('truetype');
}

html
{
    font-size:16px;
    font-family:"Calibri", "Arial", sans-serif;
    color:#eddb47;
}

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

a:hover
{
    text-decoration:underline;
}

.username
{
    font-size:2.0rem;
    font-family:"Cursive", "Calibri", "Arial", sans-serif;
}

.embroidery
{
    font-size:2.0rem;
    font-family:"Cursive", "Calibri", "Arial", sans-serif;
    color:#ba8f24;
}

.banned, .banned a
{
    color:#ac1e20;
}