@import url("/lms/css/lms_global_min.css");
@import url("/lms/css/lms_print_min.css");

body {
   color:                  var(--lv_bodyFontColour);
  font-size: 10pt;
  font-family: Verdana;
}
a {
  font-family:             var(--lv_fontFamily);
  font-size:               var(--lv_fontSize);
  text-decoration:         underline;
  color:                  var(--lv_bodyFontColour);
}

a:hover {
   color:                  var(--lv_bodyFontColour);
   font-weight:            bold;

}

h1 {
  color:                   var(--lv_bodyFontColour);
  font-size:               160%;
  background-color:        #f0f0f0;
}

h2 {
   color:                  var(--lv_bodyFontColour);
   font-size:              160%;
   text-decoration:        underline;
}

h3 {
   color:                  var(--lv_bodyFontColour);
   font-size:              110%;
}

img {
  border-style:            none;
  height:                  auto;
  width:                   60%;
  border-radius:                  10px;
  margin:                  2em;
  position:                relative;
}
li {
	margin-bottom: 1em;
}
ol { margin-top: 1em; }
ul { margin-top: 1em; }

.icon {
   width:                  19px;
   height:                 auto;
   float:                  right;
   border:                 none;
}

.circle {
   border-radius:          50%;
   width:                  20px;
   height:                 auto;
}
.center {
   text-align:             center;
}
.centre {
   text-align:             center;
}
.middle {
   vertical-align:         middle;
}
.right {
   text-align:             right;
}
.left {
   text-align:             left;
}
.top_center {
   vertical-align:         top;
   text-align:             center;
}
.top_centre {
   vertical-align:         top;
   text-align:             center;
}
.top_right {
   vertical-align:         top;
   text-align:             right;
}
.top_left {
   vertical-align:         top;
   text-align:             left;
}
.middle_center {
   vertical-align:         middle;
   text-align:             center;
}
.middle_centre {
   vertical-align:         middle;
   text-align:             center;
}
.middle_right {
   vertical-align:         middle;
   text-align:             right;
}
.middle_left {
   vertical-align:         middle;
   text-align:             left;
}
.bottom_center {
   vertical-align:         bottom;
   text-align:             center;
}
.bottom_centre {
   vertical-align:         bottom;
   text-align:             center;
}
.bottom_right {
   vertical-align:         bottom;
   text-align:             right;
}
.bottom_left {
   vertical-align:         bottom;
   text-align:             left;
}

