/********************
 * BOTH MICROSITE AND MICROSITE SUBPAGE NODE
 * VIEW MODE FULL
 */

/**
 * with Microsite Style: Peach
 */ 

.microsite--style-peach a {
  color: #D5764D;
}
.microsite--style-peach a:hover,
.microsite--style-peach a:focus {
  text-decoration: underline;
}

/**
 * with Microsite Style: Deep Blue
 */ 

.microsite--style-deep-blue a:hover,
.microsite--style-deep-blue a:focus {
  color: #0f369b;
  text-decoration: underline;
}