@charset "utf-8";   /* -*-coding:utf-8;-*- */
/* sburke@pobox.com   ~~  Time-stamp: "2016-06-18 20:01:57 MDT" */

/*
 Update me with: _sendup
 Validate me at:
  http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Finterglacial.com%2Fkrugerfront.css
*/


@media print { .noprint { display: none } }

@media screen {
 body {
   color:            #000000;
   background-color: #eeeeee;
 }

 a:link, .linkish { color: #0000EE !important; text-decoration: underline; }
 a:visited { color: #551A8B !important; text-decoration: underline !important;}
 a:active  { color: red !important; }
 /* a { color: #ffffff; } */

}

.hide { display: none }

body {
  font-family:  "Arial Unicode MS", "Arial", "Helvetica", "Trebuchet", "Verdana", sans-serif !important;
  background-color: #888;
  font-size: 150%;
}

/* Yes, I'm tossing semanticity of CSS right out the door.
  These are here as shorthand, not semanticity.
  THIS AIN'T NO ZEN GARDEN!
*/

.center { text-align: center; }

.fs120 { font-size: 120%; }
.fs150 { font-size: 150%; }
.fs200 { font-size: 200%; }

.bold   { font-weight: bold;  } 
.italic { font-style: italic; }

.uc, .uppercase { text-transform: uppercase; }

.white, .fg_white, .white_fg  { color: white;  }
.red,   .fg_red,   .red_fg    { color: red;    }
.black, .fg_black, .black_fg  { color: black;  }

.grey,  .fg_grey,  .grey_fg,
.gray,  .fg_gray,  .gray_fg   { color: #888;  }


.bg_white, .white_bg  { background-color: white;  }
.bg_red,   .red_bg    { background-color: red;    }
.bg_black, .black_bg  { background-color: black;  }

.bg_grey,  .grey_bg,
.bg_gray,  .gray_bg   { background-color: #888;  }


/* End */
