<!--
/*  CSS for footer  */
a:link.footer {
color: #99D5ED;
text-decoration: none;
background-color: transparent
}
a:visited.footer {
color: #99D5ED;
text-decoration: none;
background-color: transparent
}
a:hover.footer {
color: #03517D;
text-decoration: underline;
background-color: transparent
}
-->
<!--
/*  CSS for email  */
a:link.email {
color: #03517D;
text-decoration: none;
background-color: transparent
}
a:visited.email {
color: #03517D;
text-decoration: none;
background-color: transparent
}
a:hover.email {
color: #99D5ED;
text-decoration: underline;
background-color: transparent
}
-->
<!--
/*  CSS for content  */
a:link.content {
color: #F38507;
text-decoration: none;
background-color: transparent
}
a:visited.content {
color: #F38507;
text-decoration: none;
background-color: transparent
}
a:hover.content {
color: #80B8D2;
text-decoration: underline;
background-color: transparent
}
-->