body
{
  /*max-width:900px;*/
  margin-left:15px;
}

/* ANCHOR Fonts */
.IVM_FontAntiquaPro17BoldCenter
{
  font-family: 'Antiqua Pro';
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
}

.IVM_FontAntiquaPro17Center
{
  font-family: 'Antiqua Pro';
  font-size: 17px;
  text-align: center;
  letter-spacing: 1px;
}

.IVM_FontAntiquaPro17Bold
{
  font-family: 'Antiqua Pro';
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 1px;
}

.IVM_FontAntiquaPro17BoldLeft
{
  font-family: 'Antiqua Pro';
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 1px;
}

.IVM_FontAntiquaPro17Left
{
  font-family: 'Antiqua Pro';
  font-size: 17px;
  text-align: left;
  letter-spacing: 1px;
}

/* ANCHOR OurBeeExpertLink */
.IVM_OurBeeExpertLink
{
  position: relative;
  top: 0px;
  left: 0px;
  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: 250px;
  border: 1px solid black;
  border-radius: 999px;
  letter-spacing: 1px;
}

.IVM_OurBeeExpertLink:hover
{
  position: relative;
  top: 0px;
  left: 0px;

  font-family: 'Antiqua Pro';
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  width: 250px;
  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 YoutubeLink */
.IVM_YoutubeLink
{
  position: relative;
  top: 0px;
  left: 0px;
  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: 250px;
  border: 1px solid black;
  border-radius: 999px;
  letter-spacing: 1px;
}

.IVM_YoutubeLink:hover
{
  position: relative;
  top: 0px;
  left: 0px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: 'Antiqua Pro';
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  width: 250px;
  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 IVM_PdfDownloadLink */
.IVM_PdfDownloadLink
{
  position: relative;
  top: 0px;
  left: 0px;
  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: 250px;
  border: 1px solid black;
  border-radius: 999px;
  letter-spacing: 1px;
}

.IVM_PdfDownloadLink:hover
{
  position: relative;
  top: 0px;
  left: 0px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: 'Antiqua Pro';
  font-size: 17px;
  text-align: center;
  text-decoration: none;
  width: 250px;
  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_OurBeeExpertLink::before,
.IVM_YoutubeLink::before,
.IVM_PdfDownloadLink::before
{
  position: relative;
  top: 5px;
  content: url("../../IVM_ICONS/LinkBee/IVM_Bee_LookToTheRight_22_22.png");
}

.IVM_OurBeeExpertLink::after,
.IVM_YoutubeLink::after,
.IVM_PdfDownloadLink::after
{
  position: relative;
  top: 5px;
  content: url("../../IVM_ICONS/LinkBee/IVM_Bee_LookToTheLeft_22_22.png");
}

.IVM_OurBeeExpertLink:hover::before,
.IVM_YoutubeLink:hover::before,
.IVM_PdfDownloadLink:hover::before
{
  position: relative;
  top: 5px;
  content: url("../../IVM_ICONS/LinkBee/IVM_Bee_LookToTheLeft_22_22.png");
}

.IVM_OurBeeExpertLink:hover::after,
.IVM_YoutubeLink:hover::after,
.IVM_PdfDownloadLink:hover::after
{
  position: relative;
  top: 5px;
  content: url("../../IVM_ICONS/LinkBee/IVM_Bee_LookToTheRight_22_22.png");
}