﻿body
{
    background-color: #000000;
    background-repeat: no-repeat;
        background-attachment:fixed;

 a:link 
        {
        font-family: Verdana,Tahoma,Arial,Helvetica,Geneva,Sans-Serif;
        color: Red;
        text-decoration: none;
        }

a:visited 
        {
        font-family: Verdana,Tahoma,Arial,Helvetica,Geneva,Sans-Serif;
        text-decoration: none;
        color: Red;
        }

   asp:HyperLink: visted:link {color:Red}
}


