@charset "utf-8";
/* CSS Document */

a:link {
  color: #136293; 
  text-decoration: none; 
}
a:visited {
  color: #136293; 
  text-decoration: none; 
}
a:hover {
  color: #136293; 
  text-decoration: underline; 
 }
a:active {
  color: #136293; 
  text-decoration: underline; 
  
