@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: white;
  src: url("../fonts/white.ttf");
}
@font-face {
  font-family: AB;
  src: url("../fonts/AB.ttf");
}
@font-face {
  font-family: black;
  src: url("../fonts/black.ttf");
}
@font-face {
  font-family: gill;
  src: url("../fonts/Gill.otf");
}
@font-face {
  font-family: white;
  src: url("../fonts/white.ttf");
}
@font-face {
  font-family: D;
  src: url("../fonts/white.ttf");
}
.pink {
  font-family: white, Arial;
  color: rgba(229, 183, 242, 1.00);
}
.black {
  font-family: black;
  font-size: 110%;
  opacity: 0.85;
  text-align: left;
}
.white {
	font-family: white, Arial;
	font-size: 180%;
	color: rgba(179,40,44,1.00);
	margin-top: 20px;
	text-decoration: none;
}
.white2 {
  font-family: white, Arial;
  font-size: 100%;
  color: rgba(248, 248, 248, 1.00);
}
.small {
	font-family: white, Arial;
	font-size: 80%;
	color: rgba(252,252,252,1.00);
}
