			a { 
    color: #0000ff; 
    text-decoration: underline; 
    font-weight: bold; 
 }
			a:hover { 
    color: #ff0000; 
    text-decoration: underline; 
    font-weight: bold; 
 }
			a:visited { 
    color: #800080; 
    text-decoration: underline; 
    font-weight: bold; 
 }