body {
    font-family: arial;
    font-size: 12px;
    background-color: #222222;
    color: #d9d9d9;
}

.body {
    font-family: arial;
    font-size: 12px;
    background-color: #000000;
    color: #d9d9d9;
}

.invbody {
    font-family: arial;
    font-size: 12px;
    background-color: #393939;
    color: #1d85fc;
}

a {
    text-decoration: none;
    color: #1d85fc;
}

a:hover {
    text-decoration: underline;
    color: #1d85fc;
}

h1 {
    font-family: arial;
    font-size: 16px;
    color: #ff7f2a;
}

h2 {
    font-family: arial;
    font-size: 14px;
    color: #ff7f2a; 
}

.woot {
    font-family: arial;
    font-size: 13px;
    color: #ff7f2a;
    text-decoration: bold;
}

.white {
    font-family: arial;
    font-size: 12px;
    color: #ffffff;
    text-decoration: bold;
}

.white:hover {
    font-family: arial;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}

.blue {
    font-family: arial;
    font-size: 12px;
    color: #ffffff;
    text-decoration: bold;
}

.blue:hover {
    font-family: arial;
    font-size: 12px;
    color: #ff7f2a;
    text-decoration: none;
}
