/* CSS placed here will be applied to all skins */ /* Hide titles */ .title { display: none; } #tagline { display: none; } /* Link Color */ a {color: #0645ad;} /* Hover Color */ a:hover, a:focus {color: #032356;}