/*
// *************************************************************************
//
//  Resets
//  ======
//
// *************************************************************************
*/

html {
  color: #000;
  font: 62.5%/1.4 "DejaVu Sans", "URW Gothic L", "Helvetica Neue", Verdana, Arial, Helvetica, "Microsoft Sans Serif", sans-serif;
  letter-spacing: normal;
  overflow-x: hidden;
}

html, body, ul, ol, li, form, fieldset, legend {
  text-align: left;
  margin: 0;
  padding: 0;
}

body {
  background-color: transparent;
  font-size: 1.4rem;
}

ul li {
  list-style: none;
}

legend {                                    /*  Correct an IE bug  */
  color: #000;                              /*  Black  */
}

a {
  text-decoration: none;
}

img {
  border: 0;
}

input, textarea, select, button {
  font-size: 100%;
  line-height: 1.3rem;
}

abbr, acronym {
  border-bottom: .1rem dotted;
  cursor: help;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

pre, code {
  font-family: "Courier New", Monospace, serif;
  font-size: 1.4rem;
  line-height: 1.2;
}



/*
// *************************************************************************
//
//  Global Elements
//  ===============
//
// *************************************************************************
*/

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 .5rem;
  color: #000080;			                                /*  Navy  */
}

h1 { font-size: 200% }
h2 { font-size: 180% }
h3 { font-size: 160% }
h4 { font-size: 140% }

h5 {
  font-size: 120%;
  color: #6a5acd;                                           /*  SlateBlue  */
  margin-top: 2rem;
  margin-bottom: .5rem;
  border-bottom: #f0f8ff .1rem solid;		        			/*  AliceBlue  */
}

h6 {
  font-size: 110%;
  margin-top: 1rem;
  margin-bottom: .5rem;
  padding-left: 3rem;
}