  .color_link_1{
    color: #ffffff; font-size: 10px; text-decoration: none;font-family:verdana;
  }
  
  a.color_link_1:active, a.color_link_1:visited, a.color_link_1:link{
    color: #ffffff; font-size: 10px; text-decoration: none;font-family:verdana;
  }

  .color_link_2{
    color: #ffffff; font-size: 10px; text-decoration: none; font-family:verdana;
  }

  a.color_link_2:active, a.color_link_2:visited, a.color_link_2:link{
    color: #ffffff; font-size: 10px; text-decoration: none;font-family:verdana;
  }

  .color_link_3{
    color: #AB1F04; font-size: 10px; text-decoration: none; font-weight: 600;
  }

  a.color_link_3:active, a.color_link_3:visited, a.color_link_3:link{
    color: #AB1F04; font-size: 10px; text-decoration: none; font-weight: 600;
  }

  .color_link_4{
    color: #6DA71F; font-size: 10px; text-decoration: underline; font-weight: 600;
  }

  a.color_link_4:active, a.color_link_4:visited, a.color_link_4:link{
    color: #ffffff; font-size: 10px; text-decoration: none; font-weight: 600;
  }

  a.color_link_1:hover, a.color_link_2:hover, a.color_link_3:hover{
    text-decoration: underline;
  }