/* Start of CMSMS style sheet 'All Saints - Hyperlinking' */
a {
font-weight: bold;
font-size: x-small;
color: black;
font-family: sans-serif;
}

a:hover {
font-weight: bold;
font-size: x-small;
color: yellow;
font-family: sans-serif;
}

.navigation-bar a {
font-family: sans-serif;
text-decoration: none;
font-size: small;
color: black;
font-weight: bold;
font-style: normal;
}

.navigation-bar a:hover {
font-family: sans-serif;
text-decoration: none;
font-size: small;
color: yellow;
font-weight: bold;
font-style: normal;
}

h5 a {
font-weight: bold;
font-size: small;
color: black;
font-family: sans-serif;
}

h5 a:hover {
font-weight: bold;
font-size: small;
color: yellow;
font-family: sans-serif;
}

h6 a {
font-size: x-small;
color: black;
font-family: sans-serif;
text-align: center;
}

h6 a:hover {
font-size: x-small;
color: yellow;
font-family: sans-serif;
text-align: center;
}


/* End of 'All Saints - Hyperlinking' */

