body {

   font-family: arial, sans-serif;
}


a:link { color:#0a71ce; text-decoration:none; }
a:visited { color:#0a71ce; text-decoration:none; }
a:focus { color:#0a71ce; text-decoration:underline; }
a:hover {  color:#ff8a00; text-decoration:underline; }
a:active {color:lime; text-decoration:underline; }

/*helpers*/
.clearer-1,
.clearer-2,
.clearer-3 {
   width: 100%;
   float: none;
   clear: both;
   font-size: 1px;
}
.clearer-1,
.spacer-1 {
   height: 7px;
}
.clearer-2,
.spacer-2 {
   height: 14px;
}
.clearer-3,
.spacer-3 {
   height: 21px;
}

/*font-styling*/
p {
   margin-bottom: 2px;
}
p,
td,
ul li {
   color: #000000;
}

.highlight {
   color: <?php echo $color['highlight'] ?>;
}
.emphasized {
   color: <?php echo $color['emphasized'] ?>;

/*20px*/
.font-xxxl {
   font-size: 161.6%;
}
/*16px*/
.font-xxl {
   font-size: 123.1%;
}
/*15px*/
.font-xl {
   font-size: 116%;
}
/*14px*/
.font-l {
   font-size: 108%;
}
/*12px*/
.font-s {
   font-size: 92%;
}
/*11px*/
.font-xs {
   font-size: 85%;
}
/*10px*/
.font-xxs {
   font-size: 77%;
}


h2 {
   font-weight: bold;
   color: #0a71ce;
}