A:link 
    { 
    font-family: Arial; 
    color: blue; 
    text-decoration: none;
    font-size: 14px;  
    font-weight: bold; 
    }
A:active 
    { 
    font-family: Arial; 
    color: red; 
    text-decoration: none;
    font-size: 14px;  
    font-weight: bold; 
    }
A:visited 
    { 
    font-family: Arial; 
    color: red; 
    text-decoration: none;
    font-size: 14px; 
    font-weight: bold; 
    }
A:hover 
    { 
    font-family: Arial; 
    color: blue; 
    text-decoration: underline;
    font-size: 14px; 
    font-weight: bold; 
    }
.none
    {
    font-family: Arial; 
    color: black; 
    text-decoration: none;
    font-size: 8px; 
    font-weight: bold; 
    }
    

.textSmallBlack 
    { 
    font-family: Arial; 
    color: black; 
    font-size: 10px;  
    font-weight: none; 
    }
.textMediumBlack 
    { 
    font-family: Arial; 
    color: black; 
    font-size: 12px;  
    font-weight: none; 
    }
.textLargeBlack 
    { 
    font-family: Arial; 
    color: black; 
    font-size: 14px;  
    font-weight: bold; 
    }
.textXLargeBlack 
    { 
    font-family: Arial; 
    color: black; 
    font-size: 16px;  
    font-weight: bold; 
    }
    

.textSmallWhite 
    { 
    font-family: Arial; 
    color: white; 
    font-size: 10px;  
    font-weight: none; 
    }
.textMediumWhite 
    { 
    font-family: Arial; 
    color: white; 
    font-size: 12px;  
    font-weight: none; 
    }
.textLargeWhite 
    { 
    font-family: Arial; 
    color: white; 
    font-size: 14px;  
    font-weight: none; 
    }
    

.textSmallRed 
    { 
    font-family: Arial; 
    color: red; 
    font-size: 10px;  
    font-weight: none; 
    }
.textMediumRed 
    { 
    font-family: Arial; 
    color: red; 
    font-size: 12px;  
    font-weight: none; 
    }
.textLargeRed 
    { 
    font-family: Arial; 
    color: red; 
    font-size: 14px;  
    font-weight: none; 
    }
    
.H1
    {
    float:left;
    }
