﻿
body
{
    margin: 0,0,0,0,0;    
    background: #262A43 url(../images/starcraft2-bg-1.jpg) no-repeat;
    background-position: center center;
    background-attachment: fixed;
}




.tblmain
{
    padding: 0px;
    margin: 0px;
    border: thin solid #000000;
    border-spacing: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}

a:link
{
    color: #FFFFFF;
    font-weight: bold;
}
a:visited
{
    color: #FFFFFF;
    font-weight: bold;
}
a:active
{
    color: #FFFFFF;
    font-weight: bold;
}
a:hover
{
    background-color: #ffffff;
    color: #C0C0C0;
    font-weight: bold;
}
a {text-decoration: none;}
