/* BoneIslandBrewing.com links2014.css */

a:link {
    color: #336699;
    background-color: transparent;
    text-decoration: none;
}
a:visited {
    color: #336699;
    background-color: transparent;
    text-decoration: none;
}
a:hover {
    color: #336699;
    background-color: transparent;
    text-decoration: underline;
}
a:active {
    color: #336699;
    background-color: transparent;
    text-decoration: underline;
}
