/* CSS Document */
/*The following are the instructions for all links on the site... */
a {
text-decoration:underline;
color: #000099;
font-size:.96em;
font-weight:bold;

}

a:hover {
font-style:normal;
font-weight:100;
color:#000099;
}

a:active {
font-style:normal;
font-weight:100;
}


.navigation a {
color:#FFFFFF;
width:108px;
height:40px;
display:block;
font-size:.8em;
text-decoration:none;
}

.navigation a:hover {
color:#000033;
font-weight:bold;
}

.footer a {
color:#000099;
font-size:1.1em;
font-weight:100;
text-decoration:underline;
}

.footer a:hover {
font-weight:bold;
color:#000099;
}

/* This SPAN class is to make words stand out on a link within a sentence.  */
.katherinelink {
font-size:1.5em;
font-weight:100;
text-decoration: none;
color: #9966FF;
}