A:LINK {
  text-decoration : none;
}
A:VISITED {
  text-decoration : none;
}
A:HOVER {
  text-decoration : underline;
}
A.menu:link {
  font-size : 11pt;
  color : navy;
  text-decoration : none;
}
A.menu:visited {
  font-size : 11pt;
  color : navy;
  text-decoration : none;
}
A.menu:hover {
  font-size : 11pt;
  color : white;
  text-decoration : underline;
  font-weight : bolder;
}
A.header_menu:link {
  font-size : 10pt;
  color : white;
  text-decoration : none;
}
A.header_menu:visited {
  font-size : 10pt;
  color : white;
  text-decoration : none;
}
A.header_menu:hover {
  font-size : 10pt;
  color : yellow;
  text-decoration : underline;
}
A.side_menu:link {
  font-size : 11pt;
  color : navy;
  text-decoration : none;
}
A.side_menu:visited {
  font-size : 11pt;
  color : navy;
  text-decoration : none;
}
A.side_menu:hover {
  font-size : 11pt;
  color : white;
  text-decoration : underline;
  font-weight : bolder;
}
A.footer_menu:link {
  font-size : 8pt;
  color : white;
  text-decoration : none;
}
A.footer_menu:visited {
  font-size : 8pt;
  color : white;
  text-decoration : none;
}
A.footer_menu:hover {
  font-size : 8pt;
  color : yellow;
  text-decoration : underline;
}
A.topics_link:link {
  font-size : 10pt;
  
  text-decoration : none;
  color : black;
}
A.topics_link:visited {
  font-size : 10pt;
  
  text-decoration : none;
  color : black;
}
A.topics_link:hover {
  font-size : 10pt;
  color : #8080ff;
  text-decoration : none;
}
.title{
  font-size : 10pt;
  color : black;
  font-weight : bolder;
}
.link_teal{
  font-size : 10pt;
  color : teal;
  font-weight : bold;
}
.link_blue{
  font-size : 10pt;
  color : navy;
  font-weight : bold;
}
.title_white{
  font-size : 10pt;
  color : white;
}
.side_menu_foucus{
  font-size : 11pt;
  color : black;
}
.TenPoint{
  font-size : 10pt;
}
.link_skyblue{
  font-size : 10pt;
  font-weight : bold;
  color : #8080ff;
  text-decoration : none;
}

