<!--
/*  CSS for Related links  */
a:link.relatedlinks {
color: #535C69;
text-decoration: none;
background-color: transparent
}
a:visited.relatedlinks {
color: #535C69;
text-decoration: none;
background-color: transparent
}
a:hover.relatedlinks {
color: #B4CA22;
text-decoration: underline;
background-color: transparent
}
-->
<!--
/*  CSS for content  */
a:link.content {
color: #B4CA22;
text-decoration: none;
background-color: transparent
}
a:visited.content {
color: #B4CA22;
text-decoration: none;
background-color: transparent
}
a:hover.content {
color: #B4CA22;
text-decoration: underline;
background-color: transparent
}
-->
