.prc { 
        color: green; 
        font-weight: bold; 
        font-size: 18px; 
}

a:hover { 
        color: #9acd32; 
        font-weight: bold; 
        font-size: 10px; 
        text-decoration: underline 
}

a:link { 
        color: #277530; 
        font-weight: bold; 
        font-size: 10px; 
        text-decoration: none 
}

