a{
    color:red;
    font-size: 1em; 
    font-family: 'Solid Edge ISO CE Normal', 'Arial Narrow', Arial, sans-serif; 
    font-weight: bold; 
    display: inline-block; 
    width: 300px; 
    
}

.special
{
    color:#21409A ;
    font-size: 1.5;
}

#unique
{ 
    color: #EE1B24 ;
    font-weight: bold;
}

a:link
{
    font-family: Arial, Helvetica, sans-serif;

}
.blue 
{
background-color: skyblue;
width: 200px;
height: 20px;
border-style: solid;
border-width: 5px;
border-color: blue;
}
