﻿body 
{
    background-color: Black;
    color: White;
    font-family:Verdana;
    text-align: center;
}
div.centered
    {
        text-align: center;
    }
div.centered table
    {
        margin: 0 auto;
        text-align: left;
    }
    aaa
    {
        color:White; background-color:Red; font-family:Verdana; font-size:xx-small;
        border-style: solid; border-width: 1px; border-color:White; border-left-style:none; border-right-style:none;
        text-align:center;
    }
a
{
    text-decoration:none; color:White;
}
    