 
  a.link {
    text-decoration: none;
    font-size: 14px;
    color:#f85d13;
    font-weight: bold;
  }
  
  a.link:hover {
    text-decoration: underline;
  }

  .left {
    float:left;

  }

  .right {
    float: right;
  }

  .clear {
    clear: both;
  }

  .orange {
    color:#f85d13;
  }

  .bold {
    font-weight: bold;
  }