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



.text-subtle {
  font-size: 75%;
}
.text-less-subtle {
  font-size: 85%;
}


a, a:visited {
  color: #f00;
  text-decoration: none;
  background-color: transparent;
}

a:hover, a:focus {
  color: #e34384;
  text-decoration:overline;
}

.boom a:hover {
	font-size: 140%; 
	text-decoration: none;
}

h1 {
	color: #ee4384;
}
h2 {
	color: #ffceff;
}
h3 {
	color: #57c9f4;
}




.text-dim_yellow {
  color:#d9e028;
}
.text-yellow {
  color:#f6eb16;
}
.text-lime {
  color:#6abd45;
}
.text-green {
  color:#3db54a;
}
.text-dk_green {
  color:#079247;
}
.text-lt_blue {
  color:#2aaae2;
}
.text-dk_blue {
  color:#1072ba;
}
.text-teal {
  color:#70cddd;
}
.text-orange {
  color:#f79421;
}
.text-red {
  color:#ed1c24;
}
.text-black {
  color:#231f20;
}
.text-purple {
  color:#673090;
}
.text-grey {
  color:#cfcfce;
}
.text-pink {
  color:#e83e8c;
}
