/* CSS Document */
body
{
text-align: center;
font-family: 'Tahoma CE', 'Arial CE', 'Helvetica CE', Tahoma, Arial, lucida, sans-serif;
background: #000;
color: #fff;
text-align: center;
}

a
{
color: #ffac06;
text-decoration: underline;
}
a:hover
{
color: #fff;
text-decoration: none;
}
