<style type="text/css">

H1.vote         {
                    font-size: 80%;
                    font-weight: bold;
                    text-align: center;
                    text-decoration: none;
                }

#vote-err       {   color: #ff0000 }

#vote-msg       {   color: #0000ff }

TABLE.vote      {
                    border: 1px solid #0000ff;
                    border-collapse: collapse;
                }

CAPTION.vote    {
                    color: #0000ff;
                    font-size: 140%;
                    font-weight: bold;
                    text-decoration: none;
                    text-align: center;
                }

TH.vote         {
                    color: #000000;
                    background-color: yellow;
                    font-size: 110%;
                    font-weight: bold;
                    text-align: center;
                    text-decoration: none;
                    width: 135px;
                    border: 1px solid #0000ff;
                }

TD.vote         {
                    color: #000000;
                    background-color: #cccccc;
                    font-size: 100%;
                    font-weight: normal;
                    text-align: left;
                    text-decoration: none;
                    text-indent: 10px;
                    border: 1px solid #0000ff;
                }

FORM.vote       {
                    text-align: right;
                    margin-top: +5px;
                    margin-right: +20px;
                    background-color: #cccccc;
                }

#vote-form      {
                    background-color: #cccccc;

                }

INPUT.vote      {
                    background-color: #cccccc;
                }

.               {
                    font-family:'Times New Roman Cyr',serif;
                    font-family:'Arial Cyr',sans-serif;
                    font-family:'Courier New Cyr',monospace;
                    text-align: center;
                    background-color: #ffffff;
                }

</style>