/* CSS Document */


body
{
background-color: #333333;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
}


table
{
background-color: #333333;
width: 610px;
height: 380px;
font-family: tahoma;
font-size: 80%;
font-weight: normal;
color: #ffffff;
table-layout: fixed;
border-style: solid;
border-width: 0;
}

img
{
border-style: solid;
border-width: 0;
}



/*Links*/


a:link
{
color: #ffffff;
text-decoration: none;
border: none;
}

a:visited
{
color: #ffffff;
text-decoration: none;
border: none;
}

a:hover
{
color: #e2f6fd;
text-decoration: none;
}

a:active
{
color: #e2f6fd;
text-decoration: none;
}
