﻿body 
{
    background-image: url(images/mainbg.gif); 
    margin-bottom: 0px; 
    margin-left: 0px;
    margin-right: 0px; 
    margin-top: 0px;
    font-family:Tahoma;
    color:#000000;
    font-size:16px;
}
.footer
{
    font-family:Tahoma;
    font-size:12px;
    color:#000000;
    }
.copyright
{
    font-family:Tahoma;
    font-size:9px;
    color:#000000;
    }
.copyright a:link
{
    font-family:Tahoma;
    font-size:9px;
    color:#000000;
    text-decoration:underline;
    }    
    .copyright a:visited
{
    font-family:Tahoma;
    font-size:9px;
    color:#000000;
    text-decoration:underline;
    }    
    .copyright a:hover
{
    font-family:Tahoma;
    font-size:9px;
    color:#ff8c00;
    text-decoration:underline;
    }    
    .copyright a:active
{
    font-family:Tahoma;
    font-size:9px;
    color:#000000;
    text-decoration:underline;
    }    
.center
{
    margin-left:auto;
    margin-right:auto;
    }    
a:link
{
    text-decoration: underline;
    color: black;
    
    }
a:visited
{
    text-decoration: underline;
    color: black;
    
    }
a:hover
{
    text-decoration: underline;
    color: orange;
    
    }
a:visited
{
    text-decoration: underline;
    color: orange;
    }

    
