/* ! Base Style */

body{background-color: #f5f5f1;}

/* unvisited link */
a:link {
    color: #fc7523;
    text-decoration: none;
  }
  
  /* visited link */
  a:visited {
    color: #fc7523;
    text-decoration: none;
  }
  
  /* mouse over link */
  a:hover {
    color: #fc7523;
    text-decoration: underline;
  }
  
  /* selected link */
  a:active {
    color: #fc7523;
    text-decoration: underline;
  }
                   