﻿A:visited
        {
            color:White;
        }
        
.MasterStyle
        {
         background-color: #000000;
         font-family: Tahoma;
         color: White;          
        }
        
.TitleStyle
        {
            font-size:large;
            font-weight: bold;
        }
        
.NavigationStyle
        {
            font-size:large;
            text-align:right;
        }
#Footer
        {
    font-size: small;
    position: absolute;
    bottom: 0px;
    height: 18px;
    width: 600px;
}
        
.ErrorTextStyle
        {
            color:Red;
            text-align:center;
        }
