Links not underlined in sidebar1 block

Request Type: 
Bug Fix
Author: 
Sarah Prown
Issue/Request: 

The links in the the sidebar1 block on this page are not underlined.  I thought that underlined links are a default feature of all 2016 themes.  Can you help me figure out why this is happening?

Thanks.

Hi Sarah,

There are no underline links in 2016 Theme, you can add some codes to make your links underline. Please see my code below:

a { 
text-decoration: underline; 
}

Thanks,