body
{
  margin-left:15px;
}

/* ANCHOR Paragraphs */
.IVM_ParagraphAP17
{
  font-size:17px;
  margin-bottom:5px;
  margin-top:0px;
  font-family:'Antiqua Pro';
  letter-spacing: 1px;
}

/* ANCHOR Links */
.IVM_MembershipLink
{
  position: relative;
  left: 180px;
  padding-left: 5px;
  padding-right: 5px;;
  color: black;
  font-family: 'Antiqua Pro';
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  background-color: antiquewhite;
  width: 550px;
  border: 1px solid black;
  border-radius: 999px;
  letter-spacing: 1px;
}

.IVM_MembershipLink:hover
{
  position: relative;
  left: 180px;
  padding-left: 5px;
  padding-right: 5px;;
  font-family:'Antiqua Pro';
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  width: 550px;
  border: 1px solid black;
  border-radius: 999px;
  background-color: grey;
  cursor: url("../../IVM_CURSOR/IVM_CursorBee_32_31.png") 0 0, auto;
  color:#f7ebcf;
  letter-spacing: 1px;
}

/* ANCHOR ::before ::after */
.IVM_MembershipLink::before
{
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  top: 5px;
  content: url("../../IVM_ICONS/LinkBee/IVM_Bee_LookToTheLeft_22_22.png");
}

.IVM_MembershipLink::after
{
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  top: 5px;
  content: url("../../IVM_ICONS/LinkBee/IVM_Bee_LookToTheRight_22_22.png");
}

.IVM_MembershipLink:hover::before
{
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  top: 5px;
  content: url("../../IVM_ICONS/LinkBee/IVM_Bee_LookToTheRight_22_22.png");
}

.IVM_MembershipLink:hover::after
{
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  top: 5px;
  content: url("../../IVM_ICONS/LinkBee/IVM_Bee_LookToTheLeft_22_22.png");
}